Uses of Package
org.apache.mina.filter.codec.textline
Packages that use org.apache.mina.filter.codec.textline
Package
Description
A protocol codec for text-based protocols.
-
Classes in org.apache.mina.filter.codec.textline used by org.apache.mina.filter.codec.textlineClassDescriptionA delimiter which is appended to the end of a text line, such as
CR/LF.AProtocolDecoderwhich decodes a text line into a string.A Context used during the decoding of a lin.AProtocolEncoderwhich encodes a string into a text line which ends with the delimiter.