| Package | Description |
|---|---|
| org.apache.qpid.client | |
| org.apache.qpid.client.protocol | |
| org.apache.qpid.framing | |
| org.apache.qpid.protocol |
| Modifier and Type | Method and Description |
|---|---|
AMQMethodEvent |
AMQProtocolHandler.writeCommandFrameAndWaitForReply(AMQDataBlock frame,
BlockingMethodFrameListener listener)
Convenience method that writes a frame to the protocol session and waits for a particular response.
|
AMQMethodEvent |
AMQProtocolHandler.writeCommandFrameAndWaitForReply(AMQDataBlock frame,
BlockingMethodFrameListener listener,
long timeout)
Convenience method that writes a frame to the protocol session and waits for a particular response.
|
void |
AMQProtocolHandler.writeFrame(AMQDataBlock frame) |
void |
AMQProtocolHandler.writeFrame(AMQDataBlock frame,
boolean flush) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQProtocolSession.writeFrame(AMQDataBlock frame) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQFrame |
class |
CompositeAMQDataBlock |
class |
ProtocolInitiation |
| Modifier and Type | Method and Description |
|---|---|
AMQDataBlock[] |
CompositeAMQDataBlock.getBlocks() |
| Modifier and Type | Method and Description |
|---|---|
List<AMQDataBlock> |
FrameCreatingMethodProcessor.getProcessedMethods() |
| Constructor and Description |
|---|
CompositeAMQDataBlock(AMQDataBlock[] blocks) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQProtocolWriter.writeFrame(AMQDataBlock frame)
Writes a frame to the wire, encoding it as necessary, for example, into a sequence of bytes.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.