Uses of Class
org.apache.mina.filter.codec.textline.TextLineDecoder.Context
Packages that use TextLineDecoder.Context
Package
Description
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.ContextModifier and TypeMethodDescriptionprivate TextLineDecoder.ContextTextLineDecoder.getContext(IoSession session) Methods in org.apache.mina.filter.codec.textline with parameters of type TextLineDecoder.ContextModifier 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