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, setCharsetprotected 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 MultiLineDecoderExceptionprotected boolean checkIndicator(org.apache.mina.core.buffer.IoBuffer in)
                          throws CharacterCodingException
checkIndicator
checkIndicator in class MultiLineDecoderin - a IoBuffer object.CharacterCodingException - if any.Copyright © 2020. All rights reserved.