Class HttpStatusResponseDecoder
- java.lang.Object
-
- org.apache.mina.filter.codec.ProtocolDecoderAdapter
-
- org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
- org.opennms.netmgt.provision.support.codec.LineOrientedDecoder
-
- org.opennms.netmgt.provision.support.codec.HttpStatusResponseDecoder
-
- All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder
public class HttpStatusResponseDecoder extends LineOrientedDecoder
HttpStatusResponseDecoder class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description HttpStatusResponseDecoder(Charset charset)
Constructor for HttpStatusResponseDecoder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
parseCommand(org.apache.mina.core.buffer.IoBuffer in)
parseCommand-
Methods inherited from class org.opennms.netmgt.provision.support.codec.LineOrientedDecoder
doDecode, getCharset, setCharset
-
-
-
-
Method Detail
-
parseCommand
protected Object parseCommand(org.apache.mina.core.buffer.IoBuffer in) throws CharacterCodingException
parseCommand
- Overrides:
parseCommand
in classLineOrientedDecoder
- Parameters:
in
- aIoBuffer
object.- Returns:
- a
Object
object. - Throws:
CharacterCodingException
- if any.
-
-