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

Packages that use org.apache.http.conn.socket
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
org.apache.http.conn.socket   
org.apache.http.conn.ssl TLS/SSL specific API. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
 

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

Classes in org.apache.http.conn.socket used by org.apache.http.conn.socket
ConnectionSocketFactory
          A factory for creating and connecting sockets.
PlainSocketFactory
          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 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 sockets.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.