Uses of Interface
org.apache.http.conn.socket.LayeredConnectionSocketFactory
Packages that use LayeredConnectionSocketFactory
Package
Description
Client TLS/SSL support.
Default HTTP client implementation.
-
Uses of LayeredConnectionSocketFactory in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement LayeredConnectionSocketFactoryModifier and TypeClassDescriptionclass
Layered socket factory for TLS/SSL connections.class
Deprecated. -
Uses of LayeredConnectionSocketFactory in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as LayeredConnectionSocketFactoryModifier and TypeFieldDescriptionprivate LayeredConnectionSocketFactory
HttpClientBuilder.sslSocketFactory
Methods in org.apache.http.impl.client with parameters of type LayeredConnectionSocketFactoryModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setSSLSocketFactory
(LayeredConnectionSocketFactory sslSocketFactory) AssignsLayeredConnectionSocketFactory
instance.
SSLConnectionSocketFactory
.