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

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

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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionTuneOkBody
 class ConnectionTuneOkBodyImpl
           
 

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

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

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

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

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

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

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

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



Licensed to the Apache Software Foundation