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

Packages that use SocketFactory
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.io The transport layer abstraction of the HTTP components. 
 

Uses of SocketFactory in org.apache.http
 

Methods in org.apache.http that return SocketFactory
 SocketFactory Scheme.getSocketFactory()
          Returns the socketFactory.
 

Constructors in org.apache.http with parameters of type SocketFactory
Scheme(java.lang.String name, SocketFactory factory, int defaultPort)
          Constructs a new Protocol.
 

Uses of SocketFactory in org.apache.http.impl.io
 

Classes in org.apache.http.impl.io that implement SocketFactory
 class PlainSocketFactory
          The default class for creating protocol sockets.
 class SSLSocketFactory
          .A wrapper class for the standard JSSE SSLSocketFactory.
 

Uses of SocketFactory in org.apache.http.io
 

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



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.