Uses of Interface
org.apache.http.conn.SocketFactory

Packages that use SocketFactory
org.apache.http.conn The client-side connection management and handling API at the heart of what is referred to as HttpConn
org.apache.http.conn.ssl TLS/SSL specific parts of the HttpConn API. 
 

Uses of SocketFactory in org.apache.http.conn
 

Subinterfaces of SocketFactory in org.apache.http.conn
 interface SecureSocketFactory
          A SocketFactory for secure sockets (SSL/TLS).
 

Classes in org.apache.http.conn that implement SocketFactory
 class PlainSocketFactory
          The default class for creating sockets.
 

Methods in org.apache.http.conn that return SocketFactory
 SocketFactory Scheme.getSocketFactory()
          Obtains the socket factory.
 

Constructors in org.apache.http.conn with parameters of type SocketFactory
Scheme(java.lang.String name, SocketFactory factory, int port)
          Creates a new scheme.
 

Uses of SocketFactory in org.apache.http.conn.ssl
 

Classes in org.apache.http.conn.ssl that implement SocketFactory
 class SSLSocketFactory
          Secure socket factory based on JSSE .
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.