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
ProtocolCodecFactorythat performs encoding and decoding between a text line data and a Java string object.AProtocolDecoderwhich decodes a text line into a string.AProtocolEncoderwhich encodes a string into a text line which ends with the delimiter.