Namespace Ratchet\WebSocket
| ConnContext | |
| WsConnection | Wraps ConnectionInterface objects via the decorator pattern but allows parameters to bubble through with magic methods |
| WsServer | The adapter to handle WebSocket requests/responses This is a mediator between the Server and your application to handle real-time messaging through a web browser |
| MessageCallableInterface | |
| MessageComponentInterface | This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack |
| WsServerInterface | WebSocket Server Interface |