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

Packages that use FileCancelOkBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileCancelOkBody
 class FileCancelOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileCancelOkBody
 FileCancelOkBody MethodRegistry_0_9.createFileCancelOkBody(AMQShortString consumerTag)
           
 

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

Uses of FileCancelOkBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return FileCancelOkBody
 FileCancelOkBody MethodRegistry_8_0.createFileCancelOkBody(AMQShortString consumerTag)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type FileCancelOkBody
 boolean ClientMethodDispatcher_8_0.dispatchFileCancelOk(FileCancelOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation