Uses of Package
org.jboss.netty.handler.codec.http.websocketx
-
Packages that use org.jboss.netty.handler.codec.http.websocketx Package Description org.jboss.netty.example.http.websocketx.client This is an example web service client.org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
Classes in org.jboss.netty.handler.codec.http.websocketx used by org.jboss.netty.example.http.websocketx.client Class Description WebSocketClientHandshaker Base class for web socket client handshake implementations -
Classes in org.jboss.netty.handler.codec.http.websocketx used by org.jboss.netty.handler.codec.http.websocketx Class Description CloseWebSocketFrame Web Socket Frame for closing the connectionWebSocket08FrameDecoder Decodes a web socket frame from wire protocol version 8 format.WebSocket08FrameDecoder.State WebSocket08FrameEncoder Encodes a web socket frame into wire protocol version 8 format.WebSocketClientHandshaker Base class for web socket client handshake implementationsWebSocketFrame Base class for web socket framesWebSocketFrameType Type of web socket framesWebSocketServerHandshaker Base class for server side web socket opening and closing handshakesWebSocketVersion Versions of the web socket specification.