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

Packages that use ConnectionOpenOkBody
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 ConnectionOpenOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return ConnectionOpenOkBody
abstract  ConnectionOpenOkBody MethodRegistry.createConnectionOpenOkBody(AMQShortString knownHosts)
           
 

Methods in org.apache.qpid.framing with parameters of type ConnectionOpenOkBody
 boolean ClientMethodDispatcher.dispatchConnectionOpenOk(ConnectionOpenOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionOpenOkBody
 class ConnectionOpenOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionOpenOkBody
 ConnectionOpenOkBody MethodRegistry_0_9.createConnectionOpenOkBody(AMQShortString knownHosts)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionOpenOkBody
 ConnectionOpenOkBody MethodRegistry_0_91.createConnectionOpenOkBody(AMQShortString knownHosts)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionOpenOkBody
 ConnectionOpenOkBody MethodRegistry_8_0.createConnectionOpenOkBody(AMQShortString knownHosts)
           
 

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



Licensed to the Apache Software Foundation