| Package | Description |
|---|---|
| org.apache.mina.filter.codec.textline |
A protocol codec for text-based protocols.
|
| Modifier and Type | Method and Description |
|---|---|
private TextLineDecoder.Context |
TextLineDecoder.getContext(IoSession session)
Return the context for this session
|
| 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
|