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

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

Methods in org.apache.qpid.framing that return ConnectionOpenBody
abstract  ConnectionOpenBody MethodRegistry.createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
           
 

Methods in org.apache.qpid.framing with parameters of type ConnectionOpenBody
 boolean ServerMethodDispatcher.dispatchConnectionOpen(ConnectionOpenBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionOpenBody
 class ConnectionOpenBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionOpenBody
 ConnectionOpenBody MethodRegistry_0_9.createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionOpenBody
 ConnectionOpenBody MethodRegistry_0_91.createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionOpenBody
 ConnectionOpenBody MethodRegistry_8_0.createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
           
 

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



Licensed to the Apache Software Foundation