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

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

Methods in org.apache.qpid.framing that return ConnectionSecureBody
abstract  ConnectionSecureBody MethodRegistry.createConnectionSecureBody(byte[] challenge)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionSecureBody
 class ConnectionSecureBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionSecureBody
 ConnectionSecureBody MethodRegistry_0_9.createConnectionSecureBody(byte[] challenge)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionSecureBody
 ConnectionSecureBody MethodRegistry_0_91.createConnectionSecureBody(byte[] challenge)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionSecureBody
 ConnectionSecureBody MethodRegistry_8_0.createConnectionSecureBody(byte[] challenge)
           
 

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



Licensed to the Apache Software Foundation