| Interface | Description |
|---|---|
| WebSocketProtocolIfc |
Interface which needs to be implemented by any implemention of version of
WebSocket protocol.
|
| Class | Description |
|---|---|
| WebSocketClientConnectionManager |
Class implements basic support allowing clients to connect using WebSocket
protocol
|
| WebSocketHixie76 |
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
|
| WebSocketHybi |
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
|
| WebSocketXMPPIOService<RefObject> |
Class implements basic support for WebSocket protocol.
|
Copyright © 2014 "Tigase, Inc.". All rights reserved.