Uses of Class
org.apache.mina.filter.codec.ProtocolCodecException
Packages that use ProtocolCodecException
Package
Description
Filter implementations that helps you to implement complex protocols via 'codec' concept.
-
Uses of ProtocolCodecException in org.apache.mina.filter.codec
Subclasses of ProtocolCodecException in org.apache.mina.filter.codecModifier and TypeClassDescriptionclassAn exception that is thrown whenProtocolDecodercannot understand or failed to validate the specifiedIoBuffercontent.classAn exception that is thrown whenProtocolEncodercannot understand or failed to validate the specified message object.classA special exception that tells theProtocolDecodercan keep decoding even after this exception is thrown.