Interface HttpServerInterface
This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack
- Ratchet\Http\HttpServerInterface implements Ratchet\MessageComponentInterface
Direct known implementers
Ratchet\Http\OriginCheck, Ratchet\Http\Router, Ratchet\Session\SessionProvider, Ratchet\WebSocket\WsServer
public
|
onMessage()
|
onClose(),
onError()
|