Uses of Class
org.apache.mina.filter.codec.textline.TextLineDecoder.Context
-
Packages that use TextLineDecoder.Context Package Description org.apache.mina.filter.codec.textline A protocol codec for text-based protocols. -
-
Uses of TextLineDecoder.Context in org.apache.mina.filter.codec.textline
Methods in org.apache.mina.filter.codec.textline that return TextLineDecoder.Context Modifier and Type Method Description private TextLineDecoder.ContextTextLineDecoder. getContext(IoSession session)Methods in org.apache.mina.filter.codec.textline with parameters of type TextLineDecoder.Context 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
-