Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.protocol | |
org.apache.qpid.framing | |
org.apache.qpid.protocol | |
org.apache.qpid.server.protocol.v0_8 |
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolOutputConverterImpl.CompositeAMQBodyBlock |
static class |
ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock |
Modifier and Type | Method and Description |
---|---|
void |
AMQPConnection_0_8.writeFrame(AMQDataBlock frame) |
void |
ProtocolOutputConverterImpl.writeFrame(AMQDataBlock block) |
void |
ProtocolOutputConverter.writeFrame(AMQDataBlock block) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.