Package | Description |
---|---|
org.apache.mina.http |
Modifier and Type | Method and Description |
---|---|
HttpDecoderState |
HttpServerDecoder.createDecoderState()
Create a new session context for this decoder
|
Modifier and Type | Method and Description |
---|---|
HttpPdu |
HttpServerDecoder.decode(ByteBuffer msg,
HttpDecoderState context)
Decode binary or protocol-specific content of type
INPUT into higher-level protocol message objects,
of type OUTPUT |
void |
HttpServerDecoder.finishDecode(HttpDecoderState context)
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.