Uses of Class
org.apache.qpid.transport.ConnectionSettings

Packages that use ConnectionSettings
org.apache.qpid.transport   
org.apache.qpid.transport.network   
org.apache.qpid.transport.network.io   
org.apache.qpid.transport.network.security   
org.apache.qpid.transport.network.security.ssl   
 

Uses of ConnectionSettings in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return ConnectionSettings
 ConnectionSettings Connection.getConnectionSettings()
           
 

Methods in org.apache.qpid.transport with parameters of type ConnectionSettings
 void Connection.connect(ConnectionSettings settings)
           
 

Constructors in org.apache.qpid.transport with parameters of type ConnectionSettings
ClientDelegate(ConnectionSettings settings)
           
 

Uses of ConnectionSettings in org.apache.qpid.transport.network
 

Methods in org.apache.qpid.transport.network with parameters of type ConnectionSettings
 void NetworkTransport.init(ConnectionSettings settings)
           
 

Uses of ConnectionSettings in org.apache.qpid.transport.network.io
 

Methods in org.apache.qpid.transport.network.io with parameters of type ConnectionSettings
 void IoNetworkTransport.init(ConnectionSettings settings)
           
 

Uses of ConnectionSettings in org.apache.qpid.transport.network.security
 

Fields in org.apache.qpid.transport.network.security declared as ConnectionSettings
(package private)  ConnectionSettings SecurityLayer.settings
           
 

Uses of ConnectionSettings in org.apache.qpid.transport.network.security.ssl
 

Methods in org.apache.qpid.transport.network.security.ssl with parameters of type ConnectionSettings
static SSLContext SSLUtil.createSSLContext(ConnectionSettings settings)
           
 void SSLSender.setConnectionSettings(ConnectionSettings settings)
           
 void SSLReceiver.setConnectionSettings(ConnectionSettings settings)
           
 



Licensed to the Apache Software Foundation