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

Packages that use ConnectionCloseOkBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of ConnectionCloseOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return ConnectionCloseOkBody
abstract  ConnectionCloseOkBody MethodRegistry.createConnectionCloseOkBody()
           
 

Methods in org.apache.qpid.framing with parameters of type ConnectionCloseOkBody
 boolean ClientMethodDispatcher.dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
           
 boolean ServerMethodDispatcher.dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionCloseOkBody
 class ConnectionCloseOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionCloseOkBody
 ConnectionCloseOkBody MethodRegistry_0_9.createConnectionCloseOkBody()
           
 

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

Uses of ConnectionCloseOkBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionCloseOkBody
 ConnectionCloseOkBody MethodRegistry_0_91.createConnectionCloseOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type ConnectionCloseOkBody
 boolean ClientMethodDispatcher_0_91.dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_91.dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionCloseOkBody
 ConnectionCloseOkBody MethodRegistry_8_0.createConnectionCloseOkBody()
           
 

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



Licensed to the Apache Software Foundation