| Package | Description |
|---|---|
| org.apache.qpid.server.protocol.v0_8 | |
| org.apache.qpid.server.protocol.v0_8.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQChannel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodProcessor<T extends ChannelMethodProcessor> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientChannelMethodProcessor |
static interface |
FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor |
interface |
ServerChannelMethodProcessor |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChannelFlowBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelFlowOkBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
BasicAckBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelCloseBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
BasicNackBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ContentHeaderBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor methodProcessor,
long size) |
static void |
ContentBody.process(QpidByteBuffer in,
ChannelMethodProcessor methodProcessor,
long bodySize) |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.