public class MultilineHttpStatusResponseDecoder extends MultiLineDecoder
MultilineHttpStatusResponseDecoder class.
CURRENT_RESPONSE
Constructor and Description |
---|
MultilineHttpStatusResponseDecoder(Charset charset)
Constructor for MultilineHttpStatusResponseDecoder.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkIndicator(org.apache.mina.core.buffer.IoBuffer in)
checkIndicator
|
protected boolean |
doDecode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
getCharset, getMultilineIndicator, setCharset
protected boolean doDecode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out) throws Exception
doDecode
in class MultiLineDecoder
Exception
protected boolean checkIndicator(org.apache.mina.core.buffer.IoBuffer in) throws CharacterCodingException
checkIndicator
checkIndicator
in class MultiLineDecoder
in
- a IoBuffer
object.CharacterCodingException
- if any.Copyright © 2021. All rights reserved.