Interface | Description |
---|---|
FrameType | |
WebSocket |
General WebSocket unit interface.
|
WebSocketListener |
Interface to allow notification of events occurring on specific
WebSocket instances. |
Class | Description |
---|---|
BaseFrameType | |
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.
|
FrameCompletionHandler | |
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 | |
WebSocketAdapter | |
WebSocketAddOn |
WebSockets
AddOn for the HttpServer . |
WebSocketApplication | |
WebSocketEngine |
WebSockets engine implementation (singleton), which handles
WebSocketApplication s registration, responsible
for client and server handshake validation. |
WebSocketEngine.WebSocketHolder |
WebSocketHolder object, which gets associated with the Grizzly
Connection . |
WebSocketFilter |
WebSocket
Filter implementation, which supposed to be placed into a FilterChain right after HTTP
Filter: HttpServerFilter , HttpClientFilter ; depending whether it's server or client side. |
Enum | Description |
---|---|
Version |
Exception | Description |
---|---|
FramingException | |
HandshakeException | |
ProtocolError | |
Utf8DecodingError | |
WebSocketException |
Copyright © 2013 Oracle Corporation. All Rights Reserved.