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

Packages that use BasicReturnBody
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 BasicReturnBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicReturnBody
abstract  BasicReturnBody MethodRegistry.createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

Methods in org.apache.qpid.framing with parameters of type BasicReturnBody
 boolean ClientMethodDispatcher.dispatchBasicReturn(BasicReturnBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicReturnBody
 class BasicReturnBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicReturnBody
 BasicReturnBody MethodRegistry_0_9.createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicReturnBody
 BasicReturnBody MethodRegistry_0_91.createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicReturnBody
 BasicReturnBody MethodRegistry_8_0.createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

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



Licensed to the Apache Software Foundation