<?php namespace Ratchet\WebSocket; /** * WebSocket Server Interface */ interface WsServerInterface { /** * If any component in a stack supports a WebSocket sub-protocol return each supported in an array * @return array * @todo This method may be removed in future version (note that will not break code, just make some code obsolete) */ function getSubProtocols(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ConnContext.php | File | 430 B | 0644 |
|
MessageCallableInterface.php | File | 237 B | 0644 |
|
MessageComponentInterface.php | File | 161 B | 0644 |
|
WsConnection.php | File | 1.04 KB | 0644 |
|
WsServer.php | File | 7.2 KB | 0644 |
|
WsServerInterface.php | File | 398 B | 0644 |
|