Package | Description |
---|---|
org.apache.qpid | |
org.apache.qpid.client | |
org.apache.qpid.framing |
Modifier and Type | Method and Description |
---|---|
AMQFrame |
AMQConnectionException.getCloseFrame() |
Modifier and Type | Method and Description |
---|---|
AMQMethodEvent |
AMQProtocolHandler.syncWrite(AMQFrame frame,
Class responseClass)
More convenient method to write a frame and wait for it's response.
|
AMQMethodEvent |
AMQProtocolHandler.syncWrite(AMQFrame frame,
Class responseClass,
long timeout)
More convenient method to write a frame and wait for it's response.
|
Modifier and Type | Field and Description |
---|---|
static AMQFrame |
HeartbeatBody.FRAME |
Modifier and Type | Method and Description |
---|---|
static AMQFrame |
ContentHeaderBody.createAMQFrame(int channelId,
BasicContentHeaderProperties properties,
long bodySize) |
static AMQFrame |
ContentBody.createAMQFrame(int channelId,
ContentBody body) |
AMQFrame |
AMQMethodBodyImpl.generateFrame(int channelId) |
AMQFrame |
AMQMethodBody.generateFrame(int channelId) |
AMQFrame |
HeartbeatBody.toFrame() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.