| Package | Description |
|---|---|
| org.apache.qpid.framing | |
| org.apache.qpid.server.protocol.v0_8 |
| 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 |
BasicNackBody.process(MarkableDataInput buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelFlowBody.process(MarkableDataInput buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelCloseBody.process(MarkableDataInput buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelFlowOkBody.process(MarkableDataInput buffer,
ChannelMethodProcessor dispatcher) |
static void |
BasicAckBody.process(MarkableDataInput buffer,
ChannelMethodProcessor dispatcher) |
static void |
ContentBody.process(MarkableDataInput in,
ChannelMethodProcessor methodProcessor,
long bodySize) |
static void |
ContentHeaderBody.process(MarkableDataInput buffer,
ChannelMethodProcessor methodProcessor,
long size) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQChannel |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.