Uses of Interface
org.apache.qpid.framing.Content

Packages that use Content
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
 

Uses of Content in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return Content
 Content MessageTransferBody.getBody()
           
protected  Content AMQMethodBodyImpl.readContent(org.apache.mina.common.ByteBuffer buffer)
           
static Content EncodingUtils.readContent(org.apache.mina.common.ByteBuffer buffer)
           
 

Methods in org.apache.qpid.framing with parameters of type Content
static int EncodingUtils.encodedContentLength(Content table)
           
protected  int AMQMethodBodyImpl.getSizeOf(Content body)
           
protected  void AMQMethodBodyImpl.writeContent(org.apache.mina.common.ByteBuffer buffer, Content body)
           
static void EncodingUtils.writeContentBytes(org.apache.mina.common.ByteBuffer buffer, Content content)
           
 

Uses of Content in org.apache.qpid.framing.amqp_0_9
 

Methods in org.apache.qpid.framing.amqp_0_9 that return Content
 Content MessageTransferBodyImpl.getBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type Content
 MessageTransferBody MethodRegistry_0_9.createMessageTransferBody(int ticket, AMQShortString destination, boolean redelivered, boolean immediate, long ttl, short priority, long timestamp, short deliveryMode, long expiration, AMQShortString exchange, AMQShortString routingKey, AMQShortString messageId, AMQShortString correlationId, AMQShortString replyTo, AMQShortString contentType, AMQShortString contentEncoding, AMQShortString userId, AMQShortString appId, AMQShortString transactionId, byte[] securityToken, FieldTable applicationHeaders, Content body)
           
 

Constructors in org.apache.qpid.framing.amqp_0_9 with parameters of type Content
MessageTransferBodyImpl(int ticket, AMQShortString destination, boolean redelivered, boolean immediate, long ttl, short priority, long timestamp, short deliveryMode, long expiration, AMQShortString exchange, AMQShortString routingKey, AMQShortString messageId, AMQShortString correlationId, AMQShortString replyTo, AMQShortString contentType, AMQShortString contentEncoding, AMQShortString userId, AMQShortString appId, AMQShortString transactionId, byte[] securityToken, FieldTable applicationHeaders, Content body)
           
 



Licensed to the Apache Software Foundation