|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AMQMethodBody in org.apache.qpid.framing |
---|
Classes in org.apache.qpid.framing that implement AMQMethodBody | |
---|---|
class |
AMQMethodBodyImpl
|
Methods in org.apache.qpid.framing that return AMQMethodBody | |
---|---|
abstract AMQMethodBody |
MethodRegistry.convertToBody(org.apache.mina.common.ByteBuffer in,
long size)
|
AMQMethodBody |
AMQMethodFactory.createAcknowledge(long deliveryTag,
boolean multiple)
|
AMQMethodBody |
AMQMethodFactory.createConsumer(AMQShortString tag,
AMQShortString queueName,
FieldTable arguments,
boolean noAck,
boolean exclusive,
boolean noLocal,
int ticket)
|
AMQMethodBody |
AMQMethodFactory.createConsumerCancel(AMQShortString consumerTag)
|
AMQMethodBody |
AMQMethodFactory.createMessageQos(int prefetchCount,
int prefetchSize)
|
AMQMethodBody |
AMQMethodFactory.createRecover(boolean requeue)
|
AMQMethodBody |
AMQMethodFactory.createRejectBody(long deliveryTag,
boolean requeue)
|
AMQMethodBody |
VersionSpecificRegistry.get(short classID,
short methodID,
org.apache.mina.common.ByteBuffer in,
long size)
|
AMQMethodBody |
AMQMethodBodyInstanceFactory.newInstance(org.apache.mina.common.ByteBuffer buffer,
long size)
|
Uses of AMQMethodBody in org.apache.qpid.framing.abstraction |
---|
Methods in org.apache.qpid.framing.abstraction that return AMQMethodBody | |
---|---|
AMQMethodBody |
MessagePublishInfoConverter.convertToBody(MessagePublishInfo info)
|
Methods in org.apache.qpid.framing.abstraction with parameters of type AMQMethodBody | |
---|---|
MessagePublishInfo |
MessagePublishInfoConverter.convertToInfo(AMQMethodBody body)
|
Uses of AMQMethodBody in org.apache.qpid.framing.amqp_0_9 |
---|
Methods in org.apache.qpid.framing.amqp_0_9 that return AMQMethodBody | |
---|---|
AMQMethodBody |
MethodRegistry_0_9.convertToBody(org.apache.mina.common.ByteBuffer in,
long size)
|
AMQMethodBody |
MethodConverter_0_9.convertToBody(MessagePublishInfo info)
|
Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type AMQMethodBody | |
---|---|
MessagePublishInfo |
MethodConverter_0_9.convertToInfo(AMQMethodBody methodBody)
|
Uses of AMQMethodBody in org.apache.qpid.framing.amqp_0_91 |
---|
Classes in org.apache.qpid.framing.amqp_0_91 that implement AMQMethodBody | |
---|---|
class |
AMQMethodBody_0_91
|
Methods in org.apache.qpid.framing.amqp_0_91 that return AMQMethodBody | |
---|---|
AMQMethodBody |
MethodRegistry_0_91.convertToBody(org.apache.mina.common.ByteBuffer in,
long size)
|
AMQMethodBody |
MethodConverter_0_91.convertToBody(MessagePublishInfo info)
|
Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type AMQMethodBody | |
---|---|
MessagePublishInfo |
MethodConverter_0_91.convertToInfo(AMQMethodBody methodBody)
|
Uses of AMQMethodBody in org.apache.qpid.framing.amqp_8_0 |
---|
Classes in org.apache.qpid.framing.amqp_8_0 that implement AMQMethodBody | |
---|---|
class |
AMQMethodBody_8_0
|
class |
BasicRecoverOkBodyImpl
|
class |
ChannelAlertBodyImpl
|
class |
TestContentBodyImpl
|
class |
TestContentOkBodyImpl
|
class |
TestIntegerBodyImpl
|
class |
TestIntegerOkBodyImpl
|
class |
TestStringBodyImpl
|
class |
TestStringOkBodyImpl
|
class |
TestTableBodyImpl
|
class |
TestTableOkBodyImpl
|
Methods in org.apache.qpid.framing.amqp_8_0 that return AMQMethodBody | |
---|---|
AMQMethodBody |
MethodRegistry_8_0.convertToBody(org.apache.mina.common.ByteBuffer in,
long size)
|
AMQMethodBody |
MethodConverter_8_0.convertToBody(MessagePublishInfo info)
|
Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type AMQMethodBody | |
---|---|
MessagePublishInfo |
MethodConverter_8_0.convertToInfo(AMQMethodBody methodBody)
|
Uses of AMQMethodBody in org.apache.qpid.protocol |
---|
Classes in org.apache.qpid.protocol with type parameters of type AMQMethodBody | |
---|---|
class |
AMQMethodEvent<M extends AMQMethodBody>
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred. |
Methods in org.apache.qpid.protocol with type parameters of type AMQMethodBody | ||
---|---|---|
|
AMQMethodListener.methodReceived(AMQMethodEvent<B> evt)
Notifies the listener that an AMQP method event has occurred. |
Methods in org.apache.qpid.protocol with parameters of type AMQMethodBody | |
---|---|
void |
AMQVersionAwareProtocolSession.methodFrameReceived(int channelId,
AMQMethodBody body)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |