| Package | Description |
|---|---|
| org.apache.mina.filter.codec.textline |
A protocol codec for text-based protocols.
|
| Class and Description |
|---|
| LineDelimiter
A delimiter which is appended to the end of a text line, such as
CR/LF.
|
| TextLineDecoder
A
ProtocolDecoder which decodes a text line into a string. |
| TextLineDecoder.Context
A Context used during the decoding of a lin.
|
| TextLineEncoder
A
ProtocolEncoder which encodes a string into a text line
which ends with the delimiter. |