Uses of Interface
org.apache.http.conn.scheme.SocketFactory
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.scheme | |
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
-
Uses of SocketFactory in org.apache.http.conn
Classes in org.apache.http.conn that implement SocketFactory Modifier and Type Class Description classMultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multipleInetAddresses. -
Uses of SocketFactory in org.apache.http.conn.scheme
Subinterfaces of SocketFactory in org.apache.http.conn.scheme Modifier and Type Interface Description interfaceLayeredSocketFactoryASocketFactoryfor layered sockets (SSL/TLS).Classes in org.apache.http.conn.scheme that implement SocketFactory Modifier and Type Class Description classPlainSocketFactoryThe default class for creating sockets.Methods in org.apache.http.conn.scheme that return SocketFactory Modifier and Type Method Description SocketFactoryScheme. getSocketFactory()Obtains the socket factory.Constructors in org.apache.http.conn.scheme with parameters of type SocketFactory Constructor Description Scheme(String name, SocketFactory factory, int port)Creates a new scheme. -
Uses of SocketFactory in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement SocketFactory Modifier and Type Class Description classSSLSocketFactoryLayered socket factory for TLS/SSL connections, based on JSSE.