| Interface | Description |
|---|---|
| Connection.CloseListener | |
| FrameType | |
| HandShake.HandShakeResponseListener |
Used to register with
HandShake. |
| WebSocket |
General WebSocket unit interface.
|
| WebSocketListener |
Interface to allow notification of events occurring on specific
WebSocket instances. |
| Class | Description |
|---|---|
| Base64Utils | |
| BaseFrameType | |
| Connection | |
| Connection.CompletionHandler<E> |
Interface, which will be used by Grizzly to notify about asynchronous I/O
operations status updates.
|
| DataFrame |
In memory representation of a websocket frame.
|
| DefaultWebSocket | |
| Extension |
Representation of a WebSocket extension and its associated parameters.
|
| Extension.Parameter |
Representation of extension parameters.
|
| HandShake | |
| Masker | |
| ParseResult |
DataFrame parse result. |
| ProtocolHandler | |
| SecKey |
Class represents
WebSocket's security key, used during the handshake phase. |
| StrictUtf8 | |
| StrictUtf8.Encoder | |
| StrictUtf8.Parser |
Surrogate parsing support.
|
| Utf8Utils | |
| WebSocketApplication | |
| WebSocketEngine |
WebSockets engine implementation (singleton), which handles
WebSocketApplications registration, responsible
for client and server handshake validation. |
| WebSocketEngine.WebSocketHolder |
WebSocketHolder object, which gets associated with the Grizzly
Connection. |
| WebSocketEngine.WebSocketHolderListener |
WebSocketEngine.WebSocketHolder listener. |
| WebSocketRequest |
TODO: Abstract class/builder?
|
| WebSocketResponse |
TODO
|
| Enum | Description |
|---|---|
| Version |
TODO
|
| Exception | Description |
|---|---|
| FramingException | |
| HandshakeException | |
| ProtocolError |
TODO
|
| Utf8DecodingError |
TODO
|
Copyright © 2012-2013. All Rights Reserved.