Uses of Class
org.apache.commons.httpclient.ConnectTimeoutException

Packages that use ConnectTimeoutException
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Uses of ConnectTimeoutException in org.apache.commons.httpclient
 

Subclasses of ConnectTimeoutException in org.apache.commons.httpclient
 class ConnectionPoolTimeoutException
          A timeout while connecting waiting for an available connection from an HttpConnectionManager.
 

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

Methods in org.apache.commons.httpclient.protocol that throw ConnectTimeoutException
static Socket ControllerThreadSocketFactory.createSocket(ControllerThreadSocketFactory.SocketTask task, int timeout)
           
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.
 Socket DefaultProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 Socket SSLProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 Socket ProtocolSocketFactory.createSocket(String host, int port, InetAddress localAddress, int localPort, HttpConnectionParams params)
          Gets a new socket connection to the given host.
static Socket ReflectionSocketFactory.createSocket(String socketfactoryName, String host, int port, InetAddress localAddress, int localPort, int timeout)
          This method attempts to execute Socket method available since Java 1.4 using reflection.
 



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