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

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

Methods in org.apache.qpid.framing that return ConnectionStartBody
abstract  ConnectionStartBody MethodRegistry.createConnectionStartBody(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionStartBody
 class ConnectionStartBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionStartBody
 ConnectionStartBody MethodRegistry_0_9.createConnectionStartBody(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionStartBody
 ConnectionStartBody MethodRegistry_0_91.createConnectionStartBody(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionStartBody
 ConnectionStartBody MethodRegistry_8_0.createConnectionStartBody(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
           
 

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



Licensed to the Apache Software Foundation