Class WebSocketHixie76

java.lang.Object
tigase.server.websocket.WebSocketHixie76
All Implemented Interfaces:
WebSocketProtocolIfc

@Bean(name="hyxie76Protocol", parent=WebSocketClientConnectionManager.class, active=false) public class WebSocketHixie76 extends Object implements WebSocketProtocolIfc
Class implements Hixie-76 version of WebSocket protocol specification which is used in connection handshaking as well as in frameing/deframing of data sent over WebSocket connection
Author:
andrzej
See Also: