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

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

Uses of SslPeerDetails in org.apache.qpid.proton
 

Methods in org.apache.qpid.proton that return SslPeerDetails
static SslPeerDetails Proton.sslPeerDetails(ProtonFactory.ImplementationType implementation, String hostname, int port)
           
static SslPeerDetails Proton.sslPeerDetails(String hostname, int port)
           
 

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

Methods in org.apache.qpid.proton.engine that return SslPeerDetails
 SslPeerDetails EngineFactory.createSslPeerDetails(String hostname, int port)
           
 

Methods in org.apache.qpid.proton.engine with parameters of type SslPeerDetails
 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.