org.apache.qpid.framing
Class AMQDataBlockDecoder

java.lang.Object
  extended by org.apache.qpid.framing.AMQDataBlockDecoder

public class AMQDataBlockDecoder
extends java.lang.Object


Constructor Summary
AMQDataBlockDecoder()
           
 
Method Summary
protected  java.lang.Object createAndPopulateFrame(org.apache.mina.common.ByteBuffer in)
           
 boolean decodable(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer in)
           
 void decode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMQDataBlockDecoder

public AMQDataBlockDecoder()
Method Detail

decodable

public boolean decodable(org.apache.mina.common.IoSession session,
                         org.apache.mina.common.ByteBuffer in)
                  throws AMQFrameDecodingException
Throws:
AMQFrameDecodingException

createAndPopulateFrame

protected java.lang.Object createAndPopulateFrame(org.apache.mina.common.ByteBuffer in)
                                           throws AMQFrameDecodingException
Throws:
AMQFrameDecodingException

decode

public void decode(org.apache.mina.common.IoSession session,
                   org.apache.mina.common.ByteBuffer in,
                   org.apache.mina.filter.codec.ProtocolDecoderOutput out)
            throws java.lang.Exception
Throws:
java.lang.Exception