Package org.glassfish.grizzly.websockets
package org.glassfish.grizzly.websockets
-
ClassDescriptionWebSocket
Filterimplementation, which supposed to be placed into aFilterChainright 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 defaultBroadcaster, 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.The defaultBroadcasteroptimized to send the same text to a set of clients.DataFrameparse result.Class representsWebSocket's security key, used during the handshake phase.Generic WebSocket implementation.Surrogate parsing support.General WebSocket unit interface.WebSocketsAddOnfor theHttpServer.WebSockets engine implementation (singleton), which handlesWebSocketApplications registration, responsible for client and server handshake validation.WebSocketHolder object, which gets associated with the GrizzlyConnection.Interface to allow notification of events occurring on specificWebSocketinstances.Mapping information to be filled out during theWebSocketApplicationdiscovery.