Package net.gleamynode.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.

See:
          Description

Class Summary
DelimiterBasedFrameDecoder  
Delimiters  
FixedLengthFrameDecoder  
FrameDecoder  
 

Exception Summary
TooLongFrameException  
 

Package net.gleamynode.netty.handler.codec.frame Description

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.



Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.