Uses of Interface
org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
Packages that use LayeredConnectionSocketFactory
Package
Description
Client connection management functions based the classic
connection management APIs.
Client TLS/SSL support.
-
Uses of LayeredConnectionSocketFactory in org.apache.hc.client5.http.impl.io
Fields in org.apache.hc.client5.http.impl.io declared as LayeredConnectionSocketFactoryModifier and TypeFieldDescriptionprivate LayeredConnectionSocketFactory
PoolingHttpClientConnectionManagerBuilder.sslSocketFactory
Methods in org.apache.hc.client5.http.impl.io with parameters of type LayeredConnectionSocketFactoryModifier and TypeMethodDescriptionPoolingHttpClientConnectionManagerBuilder.setSSLSocketFactory
(LayeredConnectionSocketFactory sslSocketFactory) AssignsLayeredConnectionSocketFactory
instance. -
Uses of LayeredConnectionSocketFactory in org.apache.hc.client5.http.ssl
Classes in org.apache.hc.client5.http.ssl that implement LayeredConnectionSocketFactoryModifier and TypeClassDescriptionclass
Layered socket factory for TLS/SSL connections.