| Package | Description |
|---|---|
| org.apache.qpid.server.protocol.v0_8 | |
| org.apache.qpid.server.protocol.v0_8.handler |
| Modifier and Type | Method and Description |
|---|---|
AMQChannel<AMQProtocolEngine> |
AMQProtocolEngine.getAndAssertChannel(int channelId) |
AMQChannel |
ConsumerTarget_0_8.getChannel() |
AMQChannel<T> |
AMQProtocolSession.getChannel(int channelId)
Get the channel for this session associated with the specified id.
|
AMQChannel<AMQProtocolEngine> |
AMQProtocolEngine.getChannel(int channelId) |
| Modifier and Type | Method and Description |
|---|---|
List<AMQChannel<T>> |
AMQProtocolSession.getChannels() |
List<AMQChannel<AMQProtocolEngine>> |
AMQProtocolEngine.getChannels() |
List<AMQChannel<AMQProtocolEngine>> |
AMQProtocolEngine.getSessionModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQProtocolEngine.addChannel(AMQChannel<AMQProtocolEngine> channel) |
void |
AMQProtocolSession.addChannel(AMQChannel<T> channel)
Associate a channel with this session.
|
void |
AMQProtocolEngine.closeSession(AMQChannel<AMQProtocolEngine> session,
org.apache.qpid.protocol.AMQConstant cause,
String message) |
int |
AMQChannel.compareTo(AMQChannel o) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createAckTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createAckTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createBrowserTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createGetNoAckTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createNoAckTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager) |
static ConsumerTarget_0_8 |
ConsumerTarget_0_8.createNoAckTarget(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQChannel.addDeleteTask(Action<? super AMQChannel<T>> task) |
void |
AMQChannel.removeDeleteTask(Action<? super AMQChannel<T>> task) |
| Constructor and Description |
|---|
ConsumerTarget_0_8.GetNoAckConsumer(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
ConsumerTarget_0_8.NoAckConsumer(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable filters,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
ConsumerTarget_0_8(AMQChannel channel,
org.apache.qpid.framing.AMQShortString consumerTag,
org.apache.qpid.framing.FieldTable arguments,
FlowCreditManager creditManager,
ClientDeliveryMethod deliveryMethod,
RecordDeliveryMethod recordMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected AMQQueue |
QueueDeclareHandler.createQueue(AMQChannel channel,
org.apache.qpid.framing.AMQShortString queueName,
org.apache.qpid.framing.QueueDeclareBody body,
VirtualHostImpl virtualHost,
AMQProtocolSession session) |
static boolean |
BasicGetMethodHandler.performGet(AMQQueue queue,
AMQProtocolSession session,
AMQChannel channel,
boolean acks) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.