Package | Description |
---|---|
org.apache.qpid.codec | |
org.apache.qpid.framing | |
org.apache.qpid.server.protocol.v0_8 |
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 |
HeartbeatBody.process(int channel,
MarkableDataInput in,
MethodProcessor processor,
long bodySize) |
static void |
ConnectionCloseBody.process(MarkableDataInput buffer,
MethodProcessor dispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
AMQPConnection_0_8 |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.