Uses of Interface
org.apache.http.conn.scheme.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.scheme   
org.apache.http.conn.ssl TLS/SSL specific parts of the HttpConn API. 
 

Uses of SocketFactory in org.apache.http.conn
 

Classes in org.apache.http.conn that implement SocketFactory
 class MultihomePlainSocketFactory
          Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
 

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

Subinterfaces of SocketFactory in org.apache.http.conn.scheme
 interface LayeredSocketFactory
          A SocketFactory for layered sockets (SSL/TLS).
 

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

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

Constructors in org.apache.http.conn.scheme 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
          Layered socket factory for TLS/SSL connections, based on JSSE.
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.