Uses of Class
org.apache.mina.filter.codec.ProtocolDecoderException
Packages that use ProtocolDecoderException
Package
Description
Filter implementations that helps you to implement complex protocols via 'codec' concept.
A protocol codec for text-based protocols.
-
Uses of ProtocolDecoderException in org.apache.mina.filter.codec
Subclasses of ProtocolDecoderException in org.apache.mina.filter.codecModifier and TypeClassDescriptionclassA 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 ProtocolDecoderExceptionModifier and TypeMethodDescriptionprivate 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