Uses of Interface
org.apache.http.conn.socket.LayeredConnectionSocketFactory
-
Packages that use LayeredConnectionSocketFactory Package Description org.apache.http.conn.ssl Client TLS/SSL support.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of LayeredConnectionSocketFactory in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement LayeredConnectionSocketFactory Modifier and Type Class Description classSSLConnectionSocketFactoryLayered socket factory for TLS/SSL connections.classSSLSocketFactoryDeprecated.(4.3) useSSLConnectionSocketFactory. -
Uses of LayeredConnectionSocketFactory in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as LayeredConnectionSocketFactory Modifier and Type Field Description private LayeredConnectionSocketFactoryHttpClientBuilder. sslSocketFactoryMethods in org.apache.http.impl.client with parameters of type LayeredConnectionSocketFactory Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setSSLSocketFactory(LayeredConnectionSocketFactory sslSocketFactory)AssignsLayeredConnectionSocketFactoryinstance.
-