Uses of Package
org.glassfish.grizzly.websockets

Packages that use org.glassfish.grizzly.websockets
org.glassfish.grizzly.websockets   
org.glassfish.grizzly.websockets.draft06   
org.glassfish.grizzly.websockets.draft07   
org.glassfish.grizzly.websockets.draft08   
org.glassfish.grizzly.websockets.draft76   
org.glassfish.grizzly.websockets.frametypes   
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets
BaseNetworkHandler
           
DataFrame
          In memory representation of a websocket frame.
DefaultWebSocket
           
FrameType
           
HandShake
           
HandshakeException
          Exception, which describes the error, occurred during the WebSocket handshake phase.
NetworkHandler
           
ParseResult
          DataFrame parse result.
ProtocolHandler
           
SecKey
          Class represents WebSocket's security key, used during the handshake phase.
Version
           
WebSocket
          General WebSocket unit interface.
WebSocketAdapter
           
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.
WebSocketException
           
WebSocketListener
           
WebSocketServer
           
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets.draft06
DataFrame
          In memory representation of a websocket frame.
HandShake
           
HandshakeException
          Exception, which describes the error, occurred during the WebSocket handshake phase.
ProtocolHandler
           
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets.draft07
DataFrame
          In memory representation of a websocket frame.
HandShake
           
ProtocolHandler
           
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets.draft08
HandShake
           
ProtocolHandler
           
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets.draft76
DataFrame
          In memory representation of a websocket frame.
HandShake
           
ProtocolHandler
           
WebSocketApplication
          Abstract server-side WebSocket application, which will handle application WebSockets events.
 

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets.frametypes
BaseFrameType
           
DataFrame
          In memory representation of a websocket frame.
FrameType
           
WebSocket
          General WebSocket unit interface.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.