Uses of Interface
org.apache.qpid.proton.engine.SslDomain

Packages that use SslDomain
org.apache.qpid.proton   
org.apache.qpid.proton.engine   
 

Uses of SslDomain in org.apache.qpid.proton
 

Methods in org.apache.qpid.proton that return SslDomain
static SslDomain Proton.sslDomain()
           
static SslDomain Proton.sslDomain(ProtonFactory.ImplementationType implementation)
           
 

Uses of SslDomain in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return SslDomain
 SslDomain EngineFactory.createSslDomain()
           
 

Methods in org.apache.qpid.proton.engine with parameters of type SslDomain
 Ssl Transport.ssl(SslDomain sslDomain)
          As per Transport.ssl(SslDomain, SslPeerDetails) but no attempt is made to resume a previous SSL session.
 Ssl Transport.ssl(SslDomain sslDomain, SslPeerDetails sslPeerDetails)
          Wrap this transport's output and input to apply SSL encryption and decryption respectively.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.