Uses of Interface
org.apache.qpid.framing.MessageOffsetBody

Packages that use MessageOffsetBody
org.apache.qpid.framing.amqp_0_9   
 

Uses of MessageOffsetBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageOffsetBody
 class MessageOffsetBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageOffsetBody
 MessageOffsetBody MethodRegistry_0_9.createMessageOffsetBody(long value)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type MessageOffsetBody
 boolean ClientMethodDispatcher_0_9.dispatchMessageOffset(MessageOffsetBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_9.dispatchMessageOffset(MessageOffsetBody body, int channelId)
           
 



Licensed to the Apache Software Foundation