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

Packages that use BasicRecoverSyncOkBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicRecoverSyncOkBody
 class BasicRecoverSyncOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicRecoverSyncOkBody
 BasicRecoverSyncOkBody MethodRegistry_0_9.createBasicRecoverSyncOkBody()
           
 

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

Uses of BasicRecoverSyncOkBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicRecoverSyncOkBody
 BasicRecoverSyncOkBody MethodRegistry_0_91.createBasicRecoverSyncOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicRecoverSyncOkBody
 boolean ClientMethodDispatcher_0_91.dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation