Uses of Interface
org.apache.commons.httpclient.protocol.ProtocolSocketFactory

Packages that use ProtocolSocketFactory
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Uses of ProtocolSocketFactory in org.apache.commons.httpclient.protocol
 

Subinterfaces of ProtocolSocketFactory in org.apache.commons.httpclient.protocol
 interface SecureProtocolSocketFactory
          A ProtocolSocketFactory that is secure.
 

Classes in org.apache.commons.httpclient.protocol that implement ProtocolSocketFactory
 class DefaultProtocolSocketFactory
          The default class for creating protocol sockets.
 class SSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create sockets.
 

Methods in org.apache.commons.httpclient.protocol that return ProtocolSocketFactory
 ProtocolSocketFactory Protocol.getSocketFactory()
          Returns the socketFactory.
 

Methods in org.apache.commons.httpclient.protocol with parameters of type ProtocolSocketFactory
static Socket ControllerThreadSocketFactory.createSocket(ProtocolSocketFactory socketfactory, String host, int port, InetAddress localAddress, int localPort, int timeout)
          This method spawns a controller thread overseeing the process of socket initialisation.
 

Constructors in org.apache.commons.httpclient.protocol with parameters of type ProtocolSocketFactory
Protocol(String scheme, ProtocolSocketFactory factory, int defaultPort)
          Constructs a new Protocol.
 



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