| Package | Description |
|---|---|
| org.apache.qpid.codec | |
| org.apache.qpid.framing |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQDecoder<T extends MethodProcessor>
AMQDecoder delegates the decoding of AMQP either to a data block decoder, or in the case of new connections, to a
protocol initiation decoder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientMethodProcessor<T extends ClientChannelMethodProcessor> |
interface |
ServerMethodProcessor<T extends ServerChannelMethodProcessor> |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameCreatingMethodProcessor |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionCloseBody.process(ByteBuffer buffer,
MethodProcessor dispatcher) |
static void |
HeartbeatBody.process(int channel,
ByteBuffer in,
MethodProcessor processor,
long bodySize) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.