Uses of Interface
org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
-
Packages that use LayeredConnectionSocketFactory Package Description org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.ssl 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 LayeredConnectionSocketFactory Modifier and Type Field Description private LayeredConnectionSocketFactory
PoolingHttpClientConnectionManagerBuilder. sslSocketFactory
Methods in org.apache.hc.client5.http.impl.io with parameters of type LayeredConnectionSocketFactory Modifier and Type Method Description PoolingHttpClientConnectionManagerBuilder
PoolingHttpClientConnectionManagerBuilder. 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 LayeredConnectionSocketFactory Modifier and Type Class Description class
SSLConnectionSocketFactory
Layered socket factory for TLS/SSL connections.
-