Uses of Class
org.apache.mina.filter.codec.ProtocolDecoderException
-
Packages that use ProtocolDecoderException Package Description org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept.org.apache.mina.filter.codec.textline A protocol codec for text-based protocols. -
-
Uses of ProtocolDecoderException in org.apache.mina.filter.codec
Subclasses of ProtocolDecoderException in org.apache.mina.filter.codec Modifier and Type Class Description classRecoverableProtocolDecoderExceptionA special exception that tells theProtocolDecodercan keep decoding even after this exception is thrown. -
Uses of ProtocolDecoderException in org.apache.mina.filter.codec.textline
Methods in org.apache.mina.filter.codec.textline that throw ProtocolDecoderException Modifier and Type Method Description private voidTextLineDecoder. decodeAuto(TextLineDecoder.Context ctx, IoSession session, IoBuffer in, ProtocolDecoderOutput out)Decode a line using the default delimiter on the current systemprivate voidTextLineDecoder. decodeNormal(TextLineDecoder.Context ctx, IoSession session, IoBuffer in, ProtocolDecoderOutput out)Decode a line using the delimiter defined by the caller
-