Interface | Description |
---|---|
Broadcaster |
General Broadcaster API to send the same message to a set of clients.
|
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 | |
DummyBroadcaster |
The default
Broadcaster , which iterates over set of clients and sends
the same text of binary message separately to each client. |
Extension |
Representation of a WebSocket extension and its associated parameters.
|
Extension.Parameter |
Representation of extension parameters.
|
FrameCompletionHandler | |
HandShake | |
Masker | |
OptimizedBroadcaster |
The default
Broadcaster optimized to send the same text to a set of
clients. |
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.