Uses of Class
org.apache.qpid.ssl.SSLContextFactory

Packages that use SSLContextFactory
org.apache.qpid.transport   
org.apache.qpid.transport.network.mina   
 

Uses of SSLContextFactory in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport with parameters of type SSLContextFactory
 void NetworkDriver.bind(int port, InetAddress[] addresses, ProtocolEngineFactory protocolFactory, NetworkDriverConfiguration config, SSLContextFactory sslFactory)
           
 void NetworkDriver.open(int port, InetAddress destination, ProtocolEngine engine, NetworkDriverConfiguration config, SSLContextFactory sslFactory)
           
 

Uses of SSLContextFactory in org.apache.qpid.transport.network.mina
 

Methods in org.apache.qpid.transport.network.mina with parameters of type SSLContextFactory
 void MINANetworkDriver.bind(int port, InetAddress[] addresses, ProtocolEngineFactory factory, NetworkDriverConfiguration config, SSLContextFactory sslFactory)
           
 void MINANetworkDriver.open(int port, InetAddress destination, ProtocolEngine engine, NetworkDriverConfiguration config, SSLContextFactory sslFactory)
           
 



Licensed to the Apache Software Foundation