| 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 BasicConsumeBody |
MethodRegistry.createBasicConsumeBody(int ticket,
AMQShortString queue,
AMQShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher.dispatchBasicConsume(BasicConsumeBody body,
int channelId) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicConsumeBodyImpl |
| Modifier and Type | Method and Description |
|---|---|
BasicConsumeBody |
MethodRegistry_0_9.createBasicConsumeBody(int ticket,
AMQShortString queue,
AMQShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicConsume(BasicConsumeBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
BasicConsumeBody |
MethodRegistry_0_91.createBasicConsumeBody(int ticket,
AMQShortString queue,
AMQShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicConsume(BasicConsumeBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
BasicConsumeBody |
MethodRegistry_8_0.createBasicConsumeBody(int ticket,
AMQShortString queue,
AMQShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicConsume(BasicConsumeBody body,
int channelId) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.