Package org.glassfish.grizzly.websockets

Interface Summary
NetworkHandler  
WebSocket General WebSocket unit interface.
WebSocketListener  
 

Class Summary
BaseWebSocket  
ClientHandshake Client-side WebSocket handshake information.
ClientWebSocket  
ClosingFrame  
DataFrame In memory representation of a websocket frame.
ParseResult DataFrame parse result.
SecKey Class represents WebSocket's security key, used during the handshake phase.
ServerHandshake Server-side WebSocket handshake information.
WebSocketAdapter  
WebSocketAddOn WebSockets AddOn for the HttpServer.
WebSocketApplication Abstract server-side WebSocket application, which will handle application WebSockets events.
WebSocketEngine WebSockets engine implementation (singleton), which handles WebSocketApplications registration, responsible for client and server handshake validation.
WebSocketEngine.WebSocketHolder WebSocketHolder object, which gets associated with the Grizzly Connection.
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.
WebSocketHandshake WebSocket handshake information.
WebSocketServer  
 

Enum Summary
FrameType  
 

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



Copyright © 2011 Oracle Corpration. All Rights Reserved.