mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 06:48:41 +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
|
||||
{
|
||||
const SERVER = 'server'; /* Server socket */
|
||||
const CLIENT = 'client'; /* Client socket */
|
||||
const TCP_SERVER = 'server';
|
||||
const TCP_CLIENT = 'client';
|
||||
const WEB_SOCKET = 'ws';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user