The Netty Project 3.2.5.Final

Uses of Class
org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder

Packages that use LengthFieldBasedFrameDecoder
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 LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.serialization
 

Subclasses of LengthFieldBasedFrameDecoder in org.jboss.netty.handler.codec.serialization
 class ObjectDecoder
          A decoder which deserializes the received ChannelBuffers into Java objects.
 


The Netty Project 3.2.5.Final

Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.