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 interface
LayeredConnectionSocketFactory
ExtendedConnectionSocketFactory
interface for layered sockets such as SSL/TLS.Classes in org.apache.http.conn.socket that implement ConnectionSocketFactory Modifier and Type Class Description class
PlainConnectionSocketFactory
The 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 class
SSLConnectionSocketFactory
Layered socket factory for TLS/SSL connections.class
SSLSocketFactory
Deprecated.(4.3) useSSLConnectionSocketFactory
. -
Uses of ConnectionSocketFactory in org.apache.http.impl.conn
-