Uses of Class
org.apache.mina.filter.codec.ProtocolCodecException
-
Packages that use ProtocolCodecException Package Description org.apache.mina.filter.codec 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.codec Modifier and Type Class Description classProtocolDecoderExceptionAn exception that is thrown whenProtocolDecodercannot understand or failed to validate the specifiedIoBuffercontent.classProtocolEncoderExceptionAn exception that is thrown whenProtocolEncodercannot understand or failed to validate the specified message object.classRecoverableProtocolDecoderExceptionA special exception that tells theProtocolDecodercan keep decoding even after this exception is thrown.
-