Package | Description |
---|---|
org.apache.qpid.amqp_1_0.codec | |
org.apache.qpid.amqp_1_0.framing | |
org.apache.qpid.amqp_1_0.transport | |
org.apache.qpid.server.protocol.v1_0 |
Modifier and Type | Method and Description |
---|---|
void |
FrameWriter.setValue(AMQFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
SASLFrame |
class |
TransportFrame |
Modifier and Type | Method and Description |
---|---|
AMQFrame |
OversizeFrameException.getFrame() |
Constructor and Description |
---|
OversizeFrameException(AMQFrame frame,
int size) |
Modifier and Type | Interface and Description |
---|---|
interface |
FrameTransport<T extends AMQFrame> |
Modifier and Type | Method and Description |
---|---|
void |
FrameOutputHandler.send(AMQFrame<T> frame) |
void |
FrameOutputHandler.send(AMQFrame<T> frame,
ByteBuffer payload) |
Modifier and Type | Method and Description |
---|---|
void |
AMQPConnection_1_0.send(AMQFrame amqFrame) |
void |
AMQPConnection_1_0.send(AMQFrame amqFrame,
ByteBuffer buf) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.