See: Description
| Class | Description |
|---|---|
| BroadcastOptions |
This class holds the various options to broadcast a data packet in the
WebSocket network.
|
| FilterResponse |
Implements the response class to return results from the filter chain to
the server.
|
| Headers | |
| PlugInResponse |
Implements the response class to return results from the plug-in chain to
the server.
|
| RawPacket |
Implements the low level data packets which are interchanged between
client and server.
|
| RequestHeader |
Holds the header of the initial WebSocket request from the client to the
server.
|
| WebSocketHandshake |
Utility class for all the handshaking related request/response.
|
| WebSocketOpcode | |
| WebSocketProtocolAbstraction |
Utility class for packetizing WebSocketPacket into web socket protocol packet
or packets (with fragmentation) and vice versa.
|
| WebSocketSession | |
| WebSocketSubProtocol |
| Enum | Description |
|---|---|
| ChangeType | |
| CloseReason |
Enumeration to handle reasons for connection close.
|
| WebSocketDataType |
These enumeration specifies the supported data types for data exchange
between multiple platforms.
|
| WebSocketEncoding | |
| WebSocketExceptionType | |
| WebSocketFrameType | |
| WebSocketJavaType |
These enumeration specifies the supported data types for data exchange
between multiple platforms.
|
| WebSocketJSONType |
These enumeration specifies the supported data types for data exchange
between multiple platforms.
|
| Exception | Description |
|---|---|
| WebSocketException |
Exception class to represent jWebSocketServer related exception,
extended by unique IDs to identify issue
|
| WebSocketRuntimeException |
Exception class to represent JWebSocketServer related exception
|
Copyright © 2013. All Rights Reserved.