Package tigase.server.websocket


package tigase.server.websocket
  • Class
    Description
    Class implements basic support allowing clients to connect using WebSocket protocol
    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
    Class implements Hybi (RFC compatible) version of WebSocket protocol specification which is used in connection handshaking as well as in frameing/deframing of data sent over WebSocket connection
    Interface which needs to be implemented by any implemention of version of WebSocket protocol.
    Class implements basic support for WebSocket protocol.