Uses of Package
org.jboss.netty.handler.codec.frame

Packages that use org.jboss.netty.handler.codec.frame
org.jboss.netty.handler.codec.frame Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP. 
org.jboss.netty.handler.codec.protobuf Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa. 
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. 
org.jboss.netty.handler.ssl SSL · TLS implementation based on SSLEngine 
 

Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.frame
FrameDecoder
          Decodes the received ChannelBuffers into a meaningful frame object.
 

Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.protobuf
FrameDecoder
          Decodes the received ChannelBuffers into a meaningful frame object.
 

Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.codec.serialization
FrameDecoder
          Decodes the received ChannelBuffers into a meaningful frame object.
LengthFieldBasedFrameDecoder
          A decoder that splits the received ChannelBuffers dynamically by the value of the length field in the message.
 

Classes in org.jboss.netty.handler.codec.frame used by org.jboss.netty.handler.ssl
FrameDecoder
          Decodes the received ChannelBuffers into a meaningful frame object.
 



Copyright © 2008-2011. All Rights Reserved.