All Classes and Interfaces

Class
Description
 
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.
 
General Broadcaster API to send the same message to a set of clients.
 
 
 
 
In memory representation of a websocket frame.
 
The default Broadcaster, which iterates over set of clients and sends the same text of binary message separately to each client.
Representation of a WebSocket extension and its associated parameters.
Representation of extension parameters.
 
 
 
Glassfish support class.
 
Exception, which describes the error, occurred during the WebSocket handshake phase.
 
The default Broadcaster optimized to send the same text to a set of clients.
DataFrame parse result.
 
 
 
 
 
 
Class represents WebSocket's security key, used during the handshake phase.
Generic WebSocket implementation.
 
 
 
Surrogate parsing support.
 
 
 
 
 
General WebSocket unit interface.
 
WebSockets AddOn for the HttpServer.
Abstract server-side WebSocket application, which will handle application WebSockets events.
 
WebSockets engine implementation (singleton), which handles WebSocketApplications registration, responsible for client and server handshake validation.
 
 
WebSocketHolder object, which gets associated with the Grizzly Connection.
Interface to allow notification of events occurring on specific WebSocket instances.
Mapping information to be filled out during the WebSocketApplication discovery.