Uses of Class
org.apache.http.ConnectTimeoutException

Packages that use ConnectTimeoutException
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 ConnectTimeoutException in org.apache.http.impl.io
 

Methods in org.apache.http.impl.io that throw ConnectTimeoutException
 java.net.Socket SSLSocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpParams params)
          Attempts to get a new socket connection to the given host within the given time limit.
 

Uses of ConnectTimeoutException in org.apache.http.io
 

Methods in org.apache.http.io that throw ConnectTimeoutException
 java.net.Socket SocketFactory.createSocket(java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, HttpParams params)
          Gets a new socket connection to the given host.
 



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