Package org.apache.mina.filter.codec.textline

Class Summary
LineDelimiter A delimiter which is appended to the end of a text line, such as CR/LF.
TextLineCodecFactory A ProtocolCodecFactory that performs encoding and decoding between a text line data and a Java string object.
TextLineDecoder A ProtocolDecoder which decodes a text line into a string.
TextLineEncoder A ProtocolEncoder which encodes a string into a text line which ends with the delimiter.