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

Packages that use BasicRejectBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of BasicRejectBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicRejectBody
abstract  BasicRejectBody MethodRegistry.createBasicRejectBody(long deliveryTag, boolean requeue)
           
 

Methods in org.apache.qpid.framing with parameters of type BasicRejectBody
 boolean ServerMethodDispatcher.dispatchBasicReject(BasicRejectBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicRejectBody
 class BasicRejectBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicRejectBody
 BasicRejectBody MethodRegistry_0_9.createBasicRejectBody(long deliveryTag, boolean requeue)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicRejectBody
 BasicRejectBody MethodRegistry_0_91.createBasicRejectBody(long deliveryTag, boolean requeue)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicRejectBody
 boolean ServerMethodDispatcher_0_91.dispatchBasicReject(BasicRejectBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicRejectBody
 BasicRejectBody MethodRegistry_8_0.createBasicRejectBody(long deliveryTag, boolean requeue)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type BasicRejectBody
 boolean ServerMethodDispatcher_8_0.dispatchBasicReject(BasicRejectBody body, int channelId)
           
 



Licensed to the Apache Software Foundation