Uses of Package
org.glassfish.grizzly.websockets

Classes in org.glassfish.grizzly.websockets used by org.glassfish.grizzly.websockets
BaseWebSocket
           
ClientHandshake
          Client-side WebSocket handshake information.
DataFrame
          In memory representation of a websocket frame.
FrameType
           
HandshakeException
          Exception, which describes the error, occurred during the WebSocket handshake phase.
ParseResult
          DataFrame parse result.
SecKey
          Class represents WebSocket's security key, used during the handshake phase.
ServerHandshake
          Server-side WebSocket handshake information.
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
           
WebSocketHandshake
          WebSocket handshake information.
WebSocketListener
           
WebSocketServer
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.