| Package | Description |
|---|---|
| org.apache.mina.filter.codec |
Filter implementations that helps you to implement complex protocols
via 'codec' concept.
|
| org.apache.mina.filter.codec.textline |
A protocol codec for text-based protocols.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecoverableProtocolDecoderException
A special exception that tells the
ProtocolDecoder can keep
decoding even after this exception is thrown. |
| Modifier and Type | Method and Description |
|---|---|
private void |
TextLineDecoder.decodeAuto(TextLineDecoder.Context ctx,
IoSession session,
IoBuffer in,
ProtocolDecoderOutput out)
Decode a line using the default delimiter on the current system
|
private void |
TextLineDecoder.decodeNormal(TextLineDecoder.Context ctx,
IoSession session,
IoBuffer in,
ProtocolDecoderOutput out)
Decode a line using the delimiter defined by the caller
|