Package | Description |
---|---|
org.apache.qpid.codec | |
org.apache.qpid.framing | |
org.apache.qpid.server.protocol.v0_8 |
Constructor and Description |
---|
ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)
Creates a new AMQP decoder.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameCreatingMethodProcessor |
Modifier and Type | Method and Description |
---|---|
static void |
ChannelOpenBody.process(int channelId,
MarkableDataInput buffer,
ServerMethodProcessor dispatcher) |
static void |
ConnectionOpenBody.process(MarkableDataInput buffer,
ServerMethodProcessor dispatcher) |
static void |
ConnectionTuneOkBody.process(MarkableDataInput buffer,
ServerMethodProcessor dispatcher) |
static void |
ConnectionSecureOkBody.process(MarkableDataInput in,
ServerMethodProcessor dispatcher) |
static void |
ConnectionStartOkBody.process(MarkableDataInput in,
ServerMethodProcessor dispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
AMQPConnection_0_8 |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.