Uses of Class
org.apache.qpid.framing.AMQProtocolVersionException

Packages that use AMQProtocolVersionException
org.apache.qpid.codec   
org.apache.qpid.framing   
 

Uses of AMQProtocolVersionException in org.apache.qpid.codec
 

Methods in org.apache.qpid.codec that throw AMQProtocolVersionException
 ArrayList<AMQDataBlock> AMQDecoder.decodeBuffer(ByteBuffer buf)
           
 

Uses of AMQProtocolVersionException in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that throw AMQProtocolVersionException
 AMQFrame AMQDataBlockDecoder.createAndPopulateFrame(AMQMethodBodyFactory methodBodyFactory, org.apache.mina.common.ByteBuffer in)
           
 AMQDataBlock AMQDataBlockDecoder.createAndPopulateFrame(AMQMethodBodyFactory factory, ByteBuffer msg)
           
static ContentHeaderBody ContentHeaderBody.createFromBuffer(org.apache.mina.common.ByteBuffer buffer, long size)
          Helper method that is used currently by the persistence layer (by BDB at the moment).
protected  void ContentHeaderBody.populateFromBuffer(org.apache.mina.common.ByteBuffer buffer, long size)
           
 



Licensed to the Apache Software Foundation