mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
Better application types
This commit is contained in:
parent
24089965e7
commit
0f5ca13774
|
|
@ -30,6 +30,7 @@ use phpOMS\Datatypes\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class SocketType extends Enum
|
abstract class SocketType extends Enum
|
||||||
{
|
{
|
||||||
const SERVER = 'server'; /* Server socket */
|
const TCP_SERVER = 'server';
|
||||||
const CLIENT = 'client'; /* Client socket */
|
const TCP_CLIENT = 'client';
|
||||||
|
const WEB_SOCKET = 'ws';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user