CloseWebSocketFrame |
Web Socket Frame for closing the connection.
|
ContinuationWebSocketFrame |
Web Socket continuation frame containing continuation text or binary data.
|
WebSocketClientHandshakeException |
Client exception during handshaking process.
|
WebSocketClientHandshaker |
Base class for web socket client handshake implementations
|
WebSocketClientHandshaker13 |
Performs client side opening and closing handshakes for web socket specification version
websocketprotocol-v13
|
WebSocketClientProtocolConfig |
WebSocket server configuration.
|
WebSocketClientProtocolConfig.Builder |
|
WebSocketCloseStatus |
WebSocket status codes specified in RFC-6455.
|
WebSocketDecoderConfig |
Frames decoder configuration.
|
WebSocketDecoderConfig.Builder |
|
WebSocketFrame |
Base class for web socket frames.
|
WebSocketFrameDecoder |
Marker interface which all WebSocketFrame decoders need to implement.
|
WebSocketFrameEncoder |
Marker interface which all WebSocketFrame encoders need to implement.
|
WebSocketHandshakeCompletionEvent |
ProtocolEvent that indicate the completion of a websocket handshake.
|
WebSocketHandshakeException |
Exception during handshaking process
|
WebSocketScheme |
Defines the common schemes used for the WebSocket protocol as defined by
rfc6455.
|
WebSocketServerHandshakeException |
Server exception during handshaking process.
|
WebSocketServerHandshaker |
Base class for server side web socket opening and closing handshakes
|
WebSocketServerProtocolConfig |
WebSocket server configuration.
|
WebSocketServerProtocolConfig.Builder |
|
WebSocketVersion |
Versions of the web socket specification.
|