Package | Description |
---|---|
org.apache.mina.codec.textline |
Modifier and Type | Method and Description |
---|---|
TextLineDecoder.Context |
TextLineDecoder.createDecoderState() |
Modifier and Type | Method and Description |
---|---|
String |
TextLineDecoder.decode(ByteBuffer in,
TextLineDecoder.Context ctx)
Decode binary or protocol-specific content of type
INPUT into higher-level protocol message objects,
of type OUTPUT |
void |
TextLineDecoder.finishDecode(TextLineDecoder.Context ctx)
Finish decoding, for example if the decoder accumulated some unused input, it should discard it, or throw an
Exception
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.