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

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

Methods in org.apache.qpid.framing that return ConnectionStartOkBody
abstract  ConnectionStartOkBody MethodRegistry.createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionStartOkBody
 class ConnectionStartOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionStartOkBody
 ConnectionStartOkBody MethodRegistry_0_9.createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionStartOkBody
 ConnectionStartOkBody MethodRegistry_0_91.createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionStartOkBody
 ConnectionStartOkBody MethodRegistry_8_0.createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
           
 

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



Licensed to the Apache Software Foundation