Package org.apache.mina.filter.codec.textline
A protocol codec for text-based protocols.
- Author:
- Apache MINA Project
-
Class Summary Class Description LineDelimiter A delimiter which is appended to the end of a text line, such asCR/LF.TextLineCodecFactory AProtocolCodecFactorythat performs encoding and decoding between a text line data and a Java string object.TextLineDecoder AProtocolDecoderwhich decodes a text line into a string.TextLineEncoder AProtocolEncoderwhich encodes a string into a text line which ends with the delimiter.