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 | |
BaseWebSocketFilter |
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. |
ClosingFrame | |
Constants | |
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. |
SimpleWebSocket |
Generic WebSocket implementation.
|
StrictUtf8 | |
StrictUtf8.Encoder | |
StrictUtf8.Parser |
Surrogate parsing support.
|
Utf8Utils | |
Utils | |
WebSocketAdapter | |
WebSocketAddOn |
WebSockets
AddOn for the HttpServer . |
WebSocketApplication | |
WebSocketClientFilter | |
WebSocketEngine |
WebSockets engine implementation (singleton), which handles
WebSocketApplication s registration, responsible
for client and server handshake validation. |
WebSocketFilter | |
WebSocketHolder |
WebSocketHolder object, which gets associated with the Grizzly
Connection . |
Enum | Description |
---|---|
SimpleWebSocket.State | |
Version |
Exception | Description |
---|---|
FramingException | |
HandshakeException | |
ProtocolError | |
Utf8DecodingError | |
WebSocketException |
Copyright © 2014 Oracle Corporation. All rights reserved.