|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayeredConnectionSocketFactory | |
---|---|
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 | |
---|---|
class |
SSLConnectionSocketFactory
Layered socket factory for TLS/SSL connections. |
class |
SSLSocketFactory
Deprecated. (4.3) use SSLConnectionSocketFactory . |
Uses of LayeredConnectionSocketFactory in org.apache.http.impl.client |
---|
Methods in org.apache.http.impl.client with parameters of type LayeredConnectionSocketFactory | |
---|---|
HttpClientBuilder |
HttpClientBuilder.setSSLSocketFactory(LayeredConnectionSocketFactory sslSocketFactory)
Assigns LayeredConnectionSocketFactory instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |