Uses of Package
org.apache.http.conn.socket

Packages that use org.apache.http.conn.socket
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
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
ConnectionSocketFactory
          A factory for creating and connecting connection sockets.
LayeredConnectionSocketFactory
          Extended ConnectionSocketFactory interface for layered sockets such as SSL/TLS.
 

Classes in org.apache.http.conn.socket used by org.apache.http.impl.client
LayeredConnectionSocketFactory
          Extended ConnectionSocketFactory interface for layered sockets such as SSL/TLS.
 

Classes in org.apache.http.conn.socket used by org.apache.http.impl.conn
ConnectionSocketFactory
          A factory for creating and connecting connection sockets.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.