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

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

Methods in org.apache.qpid.framing that return ConnectionSecureOkBody
abstract  ConnectionSecureOkBody MethodRegistry.createConnectionSecureOkBody(byte[] response)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionSecureOkBody
 class ConnectionSecureOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionSecureOkBody
 ConnectionSecureOkBody MethodRegistry_0_9.createConnectionSecureOkBody(byte[] response)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionSecureOkBody
 ConnectionSecureOkBody MethodRegistry_0_91.createConnectionSecureOkBody(byte[] response)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionSecureOkBody
 ConnectionSecureOkBody MethodRegistry_8_0.createConnectionSecureOkBody(byte[] response)
           
 

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



Licensed to the Apache Software Foundation