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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileOpenBody
 class FileOpenBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileOpenBody
 FileOpenBody MethodRegistry_0_9.createFileOpenBody(AMQShortString identifier, long contentSize)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return FileOpenBody
 FileOpenBody MethodRegistry_8_0.createFileOpenBody(AMQShortString identifier, long contentSize)
           
 

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



Licensed to the Apache Software Foundation