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

Packages that use ContentHeaderBody
org.apache.qpid.framing   
org.apache.qpid.protocol   
 

Uses of ContentHeaderBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return ContentHeaderBody
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).
 

Methods in org.apache.qpid.framing with parameters of type ContentHeaderBody
static AMQFrame ContentHeaderBody.createAMQFrame(int channelId, ContentHeaderBody body)
           
 

Uses of ContentHeaderBody in org.apache.qpid.protocol
 

Methods in org.apache.qpid.protocol with parameters of type ContentHeaderBody
 void AMQVersionAwareProtocolSession.contentHeaderReceived(int channelId, ContentHeaderBody body)
           
 



Licensed to the Apache Software Foundation