Package and Description |
---|
org.jboss.netty.handler.codec.http.websocket
Use org.jboss.netty.handler.codec.http.websocketx instead.
Encoder, decoder and their related message types for
Web Socket data frames.
For the detailed instruction on adding add Web Socket support to your HTTP
server, take a look into the WebSocketServer example located in the
|
Interface and Description |
---|
org.jboss.netty.handler.codec.http.websocket.WebSocketFrame
Use org.jboss.netty.handler.codec.http.websocketx instead.
A Web Socket frame that represents either text or binary data.
|
Class and Description |
---|
org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder
This decoder has a known critical bug which fails to decode and
raises a random exception in some circumstances. Avoid to use
it whenever you can. The only workaround is to replace
CompatibleObjectEncoder , CompatibleObjectDecoder ,
ObjectInputStream , and ObjectOutputStream with
ObjectEncoder , ObjectDecoder ,
ObjectEncoderOutputStream , and
ObjectDecoderInputStream respectively. This workaround
requires both a client and a server to be modified. |
org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame
Use org.jboss.netty.handler.codec.http.websocketx instead.
The default
WebSocketFrame implementation. |
org.jboss.netty.channel.StaticChannelPipeline |
org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder
Use org.jboss.netty.handler.codec.http.websocketx instead.
Decodes
ChannelBuffer s into WebSocketFrame s.
For the detailed instruction on adding add Web Socket support to your HTTP
server, take a look into the WebSocketServer example located in the
|
org.jboss.netty.handler.codec.http.websocket.WebSocketFrameEncoder
Use org.jboss.netty.handler.codec.http.websocketx instead.
Encodes a
WebSocketFrame into a ChannelBuffer .
For the detailed instruction on adding add Web Socket support to your HTTP
server, take a look into the WebSocketServer example located in the
|
Annotation Type and Description |
---|
org.jboss.netty.channel.ChannelPipelineCoverage
Use the
ChannelHandler.Sharable annotation instead. |
Field and Description |
---|
org.jboss.netty.handler.codec.http.multipart.InternalAttribute.value |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.