Package org.glassfish.grizzly.websockets

Interface Summary
WebSocket General WebSocket unit interface.
WebSocketHandler<W extends WebSocket> Base WebSocket events handler.
 

Class Summary
ClientWebSocketMeta Client-side WebSocket meta information.
SecKey Class represents WebSocket's security key, used during the handshake phase.
ServerWebSocketMeta Server-side WebSocket meta information.
WebSocketApplication<W extends WebSocket> Abstract server-side WebSocket application, which will handle application WebSockets events.
WebSocketBase The WebSocket base implementation.
WebSocketClientHandler<W extends WebSocket> Abstract client-side WebSocketHandler, which will handle client WebSockets events.
WebSocketConnectorHandler Client-side WebSocket connector handler, which is used to initiate client WebSocket connection.
WebSocketEngine WebSockets engine implementation (singlton), which handles WebSocketApplications registration, responsible for client and server handshake validation.
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.
WebSocketMeta WebSocket meta information.
 

Exception Summary
HandshakeException Exception, which describes the error, occurred during the WebSocket handshake phase.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.