Uses of Class
org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
Packages that use LengthFieldBasedFrameDecoder
Package
Description
Decoder and Encoder which uses JBoss Marshalling.
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable
object into a byte buffer and
vice versa.-
Uses of LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.marshalling
Subclasses of LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.marshalling -
Uses of LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.serialization
Subclasses of LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.serializationModifier and TypeClassDescriptionclass
A decoder which deserializes the receivedChannelBuffer
s into Java objects.