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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileReturnBody
 class FileReturnBodyImpl
           
 

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

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

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

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

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



Licensed to the Apache Software Foundation