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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileRejectBody
 class FileRejectBodyImpl
           
 

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

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

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

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

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



Licensed to the Apache Software Foundation