Name |
Description |
ByteToMessageDecoder |
Used for providing message framing capabilities for inbound data |
CorruptedFrameException |
Thrown when a frame of negative length is detected by a IMessageDecoder |
DecoderException |
Exception thrown by a IMessageDecoder when encountering corrupt data |
EncoderException |
Exception thrown by a IMessageEncoder |
HeliosBackwardsCompatabilityLengthFramePrepender |
Specialized LengthFieldPrepender that is designed to give Helios 2.0 the ability |
LengthFieldBasedFrameDecoder |
|
TooLongFrameException |
Exception class that is thrown by a IMessageDecoder when it encounters a frame that is longer than can be processed |