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
Methods in org.apache.http.impl.client with parameters of type LayeredConnectionSocketFactoryModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setSSLSocketFactory
(LayeredConnectionSocketFactory sslSocketFactory) AssignsLayeredConnectionSocketFactory
instance.
SSLConnectionSocketFactory
.