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.autobahn This package is intended for use with testing against the Python AutoBahn test suite.org.jboss.netty.example.http.websocketx.client This is an example web service client.org.jboss.netty.example.http.websocketx.server This package contains an example web socket web server.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.autobahn Class Description WebSocketFrame Base class for web socket framesWebSocketServerHandshaker Base class for server side web socket opening and closing handshakes -
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.example.http.websocketx.server Class Description WebSocketFrame Base class for web socket framesWebSocketServerHandshaker Base class for server side web socket opening and closing handshakes -
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 connectionUtf8Validator Checks UTF8 bytes for validity before converting it into a stringWebSocket08FrameDecoder 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.