Package | Description |
---|---|
org.apache.qpid.codec | |
org.apache.qpid.framing |
Constructor and Description |
---|
ClientDecoder(ClientMethodProcessor<? extends ClientChannelMethodProcessor> methodProcessor)
Creates a new AMQP decoder.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameCreatingMethodProcessor |
Modifier and Type | Method and Description |
---|---|
static void |
ConnectionStartBody.process(MarkableDataInput in,
ClientMethodProcessor dispatcher) |
static void |
ConnectionOpenOkBody.process(MarkableDataInput buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionTuneBody.process(MarkableDataInput buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionRedirectBody.process(MarkableDataInput buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionSecureBody.process(MarkableDataInput in,
ClientMethodProcessor dispatcher) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.