Uses of Class
org.jboss.netty.handler.codec.replay.ReplayingDecoder

Packages that use ReplayingDecoder
org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. 
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 ChannelBuffers into HttpMessages and HttpChunks.
 class HttpRequestDecoder
          Decodes ChannelBuffers into HttpRequests and HttpChunks.
 class HttpResponseDecoder
          Decodes ChannelBuffers into HttpResponses and HttpChunks.
 

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.
 



Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.