Uses of Interface
org.apache.http.conn.socket.LayeredConnectionSocketFactory

Packages that use LayeredConnectionSocketFactory
org.apache.http.conn.ssl TLS/SSL specific API. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of LayeredConnectionSocketFactory in org.apache.http.conn.ssl
 

Classes in org.apache.http.conn.ssl that implement LayeredConnectionSocketFactory
 class SSLSocketFactory
          Layered socket factory for TLS/SSL connections.
 

Uses of LayeredConnectionSocketFactory in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client with parameters of type LayeredConnectionSocketFactory
 HttpClientBuilder HttpClientBuilder.setSSLSocketFactory(LayeredConnectionSocketFactory sslSocketFactory)
           
 



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