| Package | Description |
|---|---|
| org.apache.qpid.framing | |
| org.apache.qpid.framing.amqp_0_9 |
| Modifier and Type | Method and Description |
|---|---|
Content |
MessageTransferBody.getBody() |
protected Content |
AMQMethodBodyImpl.readContent(DataInput buffer) |
static Content |
EncodingUtils.readContent(DataInput buffer) |
| Modifier and Type | Method and Description |
|---|---|
static int |
EncodingUtils.encodedContentLength(Content table) |
protected int |
AMQMethodBodyImpl.getSizeOf(Content body) |
protected void |
AMQMethodBodyImpl.writeContent(DataOutput buffer,
Content body) |
static void |
EncodingUtils.writeContentBytes(DataOutput buffer,
Content content) |
| Modifier and Type | Method and Description |
|---|---|
Content |
MessageTransferBodyImpl.getBody() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.