Uses of Interface
org.apache.http.conn.socket.ConnectionSocketFactory
-
Packages that use ConnectionSocketFactory Package Description org.apache.http.conn.socket Client connection socket APIs.org.apache.http.conn.ssl Client TLS/SSL support.org.apache.http.impl.conn Default implementations of client connection management functions. -
-
Uses of ConnectionSocketFactory in org.apache.http.conn.socket
Subinterfaces of ConnectionSocketFactory in org.apache.http.conn.socket Modifier and Type Interface Description interfaceLayeredConnectionSocketFactoryExtendedConnectionSocketFactoryinterface for layered sockets such as SSL/TLS.Classes in org.apache.http.conn.socket that implement ConnectionSocketFactory Modifier and Type Class Description classPlainConnectionSocketFactoryThe default class for creating plain (unencrypted) sockets. -
Uses of ConnectionSocketFactory in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement ConnectionSocketFactory Modifier and Type Class Description classSSLConnectionSocketFactoryLayered socket factory for TLS/SSL connections.classSSLSocketFactoryDeprecated.(4.3) useSSLConnectionSocketFactory. -
Uses of ConnectionSocketFactory in org.apache.http.impl.conn
-