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

Packages that use AMQFrame
org.apache.qpid   
org.apache.qpid.framing   
 

Uses of AMQFrame in org.apache.qpid
 

Methods in org.apache.qpid that return AMQFrame
 AMQFrame AMQChannelException.getCloseFrame(int channel)
           
 AMQFrame AMQConnectionException.getCloseFrame(int channel)
           
 

Uses of AMQFrame in org.apache.qpid.framing
 

Fields in org.apache.qpid.framing declared as AMQFrame
static AMQFrame HeartbeatBody.FRAME
           
 

Methods in org.apache.qpid.framing that return AMQFrame
static AMQFrame ContentBody.createAMQFrame(int channelId, ContentBody body)
           
static AMQFrame ContentHeaderBody.createAMQFrame(int channelId, ContentHeaderBody body)
           
static AMQFrame ContentHeaderBody.createAMQFrame(int channelId, int classId, int weight, BasicContentHeaderProperties properties, long bodySize)
           
 AMQFrame AMQDataBlockDecoder.createAndPopulateFrame(AMQMethodBodyFactory methodBodyFactory, org.apache.mina.common.ByteBuffer in)
           
 AMQFrame AMQMethodBody.generateFrame(int channelId)
           
 AMQFrame AMQMethodBodyImpl.generateFrame(int channelId)
           
 AMQFrame HeartbeatBody.toFrame()
           
 



Licensed to the Apache Software Foundation