Package | Description |
---|---|
org.glassfish.grizzly.websockets | |
org.glassfish.grizzly.websockets.frametypes | |
org.glassfish.grizzly.websockets.rfc6455 |
Class and Description |
---|
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. |
Broadcaster
General Broadcaster API to send the same message to a set of clients.
|
DataFrame
In memory representation of a websocket frame.
|
Extension
Representation of a WebSocket extension and its associated parameters.
|
Extension.Parameter
Representation of extension parameters.
|
FrameType |
FramingException |
HandShake |
HandshakeException |
ParseResult
DataFrame parse result. |
ProtocolHandler |
SecKey
Class represents
WebSocket 's security key, used during the handshake phase. |
SimpleWebSocket
Generic WebSocket implementation.
|
SimpleWebSocket.State |
StrictUtf8 |
Version |
WebSocket
General WebSocket unit interface.
|
WebSocketAdapter |
WebSocketApplication |
WebSocketEngine
WebSockets engine implementation (singleton), which handles
WebSocketApplication s registration, responsible
for client and server handshake validation. |
WebSocketException |
WebSocketFilter |
WebSocketHolder
WebSocketHolder object, which gets associated with the Grizzly
Connection . |
WebSocketListener
Interface to allow notification of events occurring on specific
WebSocket instances. |
Class and Description |
---|
BaseFrameType |
DataFrame
In memory representation of a websocket frame.
|
FrameType |
WebSocket
General WebSocket unit interface.
|
Class and Description |
---|
DataFrame
In memory representation of a websocket frame.
|
HandShake |
HandshakeException |
ProtocolHandler |
Copyright © 2014 Oracle Corporation. All rights reserved.