Package | Description |
---|---|
io.netty.handler.codec |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptedFrameException
An
Exception which is thrown when the received frame data could not be decoded by
an inbound handler. |
class |
TooLongFrameException
An
Exception which is thrown when the length of the frame
decoded by DelimiterBasedFrameDecoder is greater than the maximum. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.