|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplayingDecoder | |
---|---|
org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. |
org.jboss.netty.handler.codec.http.websocket | Encoder, decoder and their related message types for Web Socket data frames. |
org.jboss.netty.handler.codec.rtsp | An RTSP extension based on the HTTP codec. |
org.jboss.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
transform a Serializable object into a byte buffer and
vice versa. |
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http |
---|
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.http | |
---|---|
class |
HttpMessageDecoder
Decodes ChannelBuffer s into HttpMessage s and
HttpChunk s. |
class |
HttpRequestDecoder
Decodes ChannelBuffer s into HttpRequest s and HttpChunk s. |
class |
HttpResponseDecoder
Decodes ChannelBuffer s into HttpResponse s and
HttpChunk s. |
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocket |
---|
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.http.websocket | |
---|---|
class |
WebSocketFrameDecoder
Decodes ChannelBuffer s into WebSocketFrame s. |
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.rtsp |
---|
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.rtsp | |
---|---|
class |
RtspMessageDecoder
Decodes ChannelBuffer s into RTSP messages represented in
HttpMessage s. |
class |
RtspRequestDecoder
Decodes ChannelBuffer s into RTSP requests represented in
HttpRequest s. |
class |
RtspResponseDecoder
Decodes ChannelBuffer s into RTSP responses represented in
HttpResponse s. |
Uses of ReplayingDecoder in org.jboss.netty.handler.codec.serialization |
---|
Subclasses of ReplayingDecoder in org.jboss.netty.handler.codec.serialization | |
---|---|
class |
CompatibleObjectDecoder
Deprecated. 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |