Uses of Class
org.apache.http.conn.ConnectTimeoutException

Packages that use ConnectTimeoutException
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   
 

Uses of ConnectTimeoutException in org.apache.http.conn
 

Subclasses of ConnectTimeoutException in org.apache.http.conn
 class ConnectionPoolTimeoutException
          A timeout while waiting for an available connection from a connection manager.
 

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

Methods in org.apache.http.conn.scheme that throw ConnectTimeoutException
 java.net.Socket SocketFactory.connectSocket(java.net.Socket sock, java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, org.apache.http.params.HttpParams params)
          Connects a socket to the given host.
 



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