| Package | Description |
|---|---|
| org.apache.qpid.framing | |
| org.apache.qpid.framing.amqp_0_9 | |
| org.apache.qpid.framing.amqp_0_91 | |
| org.apache.qpid.framing.amqp_8_0 |
| Modifier and Type | Method and Description |
|---|---|
abstract BasicGetOkBody |
MethodRegistry.createBasicGetOkBody(long deliveryTag,
boolean redelivered,
AMQShortString exchange,
AMQShortString routingKey,
long messageCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientMethodDispatcher.dispatchBasicGetOk(BasicGetOkBody body,
int channelId) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGetOkBodyImpl |
| Modifier and Type | Method and Description |
|---|---|
BasicGetOkBody |
MethodRegistry_0_9.createBasicGetOkBody(long deliveryTag,
boolean redelivered,
AMQShortString exchange,
AMQShortString routingKey,
long messageCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicGetOk(BasicGetOkBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
BasicGetOkBody |
MethodRegistry_0_91.createBasicGetOkBody(long deliveryTag,
boolean redelivered,
AMQShortString exchange,
AMQShortString routingKey,
long messageCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicGetOk(BasicGetOkBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
BasicGetOkBody |
MethodRegistry_8_0.createBasicGetOkBody(long deliveryTag,
boolean redelivered,
AMQShortString exchange,
AMQShortString routingKey,
long messageCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicGetOk(BasicGetOkBody body,
int channelId) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.