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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileStageBody
 class FileStageBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileStageBody
 FileStageBody MethodRegistry_0_9.createFileStageBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return FileStageBody
 FileStageBody MethodRegistry_8_0.createFileStageBody()
           
 

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



Licensed to the Apache Software Foundation