Package org.glassfish.grizzly.websockets

Interface Summary
FrameType  
NetworkHandler  
WebSocket General WebSocket unit interface.
WebSocketListener  
 

Class Summary
BaseFrameType  
BaseNetworkHandler  
DataFrame In memory representation of a websocket frame.
DefaultWebSocket  
FrameCompletionHandler  
HandShake  
Masker  
ParseResult DataFrame parse result.
ProtocolHandler  
SecKey Class represents WebSocket's security key, used during the handshake phase.
ServerNetworkHandler  
WebSocketAdapter  
WebSocketAddOn WebSockets AddOn for the HttpServer.
WebSocketApplication Abstract server-side WebSocket application, which will handle application WebSockets events.
WebSocketClient  
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.
WebSocketServer  
 

Enum Summary
Version  
 

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



Copyright © 2011 Oracle Corpration. All Rights Reserved.