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

A protocol codec for text-based protocols.

See:
          Description

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.
 

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

A protocol codec for text-based protocols.



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.