Package org.apache.mina.filter.codec.textline
package org.apache.mina.filter.codec.textline
-
ClassesClassDescriptionA delimiter which is appended to the end of a text line, such as CR/LF.A
ProtocolCodecFactory
that performs encoding and decoding between a text line data and a Java string object.AProtocolDecoder
which decodes a text line into a string.AProtocolEncoder
which encodes a string into a text line which ends with the delimiter.