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 SummaryConstructors Constructor Description HttpStatusResponseDecoder(java.nio.charset.Charset charset)Constructor for HttpStatusResponseDecoder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectparseCommand(org.apache.mina.core.buffer.IoBuffer in)parseCommand- 
Methods inherited from class org.opennms.netmgt.provision.support.codec.LineOrientedDecoderdoDecode, getCharset, setCharset
 
- 
 
- 
- 
- 
Method Detail- 
parseCommandprotected java.lang.Object parseCommand(org.apache.mina.core.buffer.IoBuffer in) throws java.nio.charset.CharacterCodingExceptionparseCommand - Overrides:
- parseCommandin class- LineOrientedDecoder
- Parameters:
- in- a- IoBufferobject.
- Returns:
- a Objectobject.
- Throws:
- java.nio.charset.CharacterCodingException- if any.
 
 
- 
 
-