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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileConsumeBody
 class FileConsumeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileConsumeBody
 FileConsumeBody MethodRegistry_0_9.createFileConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable filter)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return FileConsumeBody
 FileConsumeBody MethodRegistry_8_0.createFileConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait)
           
 

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



Licensed to the Apache Software Foundation