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

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

Methods in org.apache.qpid.framing that return ConnectionTuneBody
abstract  ConnectionTuneBody MethodRegistry.createConnectionTuneBody(int channelMax, long frameMax, int heartbeat)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionTuneBody
 class ConnectionTuneBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionTuneBody
 ConnectionTuneBody MethodRegistry_0_9.createConnectionTuneBody(int channelMax, long frameMax, int heartbeat)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionTuneBody
 ConnectionTuneBody MethodRegistry_0_91.createConnectionTuneBody(int channelMax, long frameMax, int heartbeat)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionTuneBody
 ConnectionTuneBody MethodRegistry_8_0.createConnectionTuneBody(int channelMax, long frameMax, int heartbeat)
           
 

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



Licensed to the Apache Software Foundation