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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileOpenOkBody
 class FileOpenOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileOpenOkBody
 FileOpenOkBody MethodRegistry_0_9.createFileOpenOkBody(long stagedSize)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return FileOpenOkBody
 FileOpenOkBody MethodRegistry_8_0.createFileOpenOkBody(long stagedSize)
           
 

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



Licensed to the Apache Software Foundation