Go to file
Chris Boden 6cbf0eb186 [WebSocket] Refactoring
Updated deps; React Socket notify client of shutdown
Separated core interfaces into many
Removed initial version support out of handshake negotiator
Moved message parser responsibility to each version
Removed __toString method from MessageInterface as to not confuse message from payload
Support for RFC control frames
Support message concatenation
[BCB] (temporary) WsConnection hard coded to RFC version
Handshake checks for \r\n\r\n anywhere, not just at end of string
2012-06-09 19:38:44 -04:00
Guzzle/Http/Message [BCB] Namespace changes 2012-05-08 23:14:28 -04:00
Version [WebSocket] Refactoring 2012-06-09 19:38:44 -04:00
HandshakeNegotiator.php [WebSocket] Refactoring 2012-06-09 19:38:44 -04:00
WsConnection.php [WebSocket] Refactoring 2012-06-09 19:38:44 -04:00
WsServer.php [WebSocket] Refactoring 2012-06-09 19:38:44 -04:00
WsServerInterface.php [WebSocket] [WAMP] Sub-Protocols 2012-05-12 22:42:56 -04:00