Uses of Package
org.apache.http.conn.socket
-
Packages that use org.apache.http.conn.socket Package Description org.apache.http.conn.socket Client connection socket APIs.org.apache.http.conn.ssl Client TLS/SSL support.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.conn Default implementations of client connection management functions. -
Classes in org.apache.http.conn.socket used by org.apache.http.conn.socket Class Description ConnectionSocketFactory A factory for creating and connecting connection sockets.PlainConnectionSocketFactory The default class for creating plain (unencrypted) sockets. -
Classes in org.apache.http.conn.socket used by org.apache.http.conn.ssl Class Description ConnectionSocketFactory A factory for creating and connecting connection sockets.LayeredConnectionSocketFactory ExtendedConnectionSocketFactory
interface for layered sockets such as SSL/TLS. -
Classes in org.apache.http.conn.socket used by org.apache.http.impl.client Class Description LayeredConnectionSocketFactory ExtendedConnectionSocketFactory
interface for layered sockets such as SSL/TLS. -
Classes in org.apache.http.conn.socket used by org.apache.http.impl.conn Class Description ConnectionSocketFactory A factory for creating and connecting connection sockets.