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

Packages that use ConnectTimeoutException
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.conn.scheme Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
org.apache.http.conn.ssl TLS/SSL specific API. 
 

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
 Socket SchemeSocketFactory.connectSocket(Socket sock, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpParams params)
          Connects a socket to the target host with the given remote address.
 Socket PlainSocketFactory.connectSocket(Socket socket, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpParams params)
           
 Socket SocketFactory.connectSocket(Socket sock, String host, int port, InetAddress localAddress, int localPort, HttpParams params)
          Deprecated. Connects a socket to the given host.
 Socket PlainSocketFactory.connectSocket(Socket socket, String host, int port, InetAddress localAddress, int localPort, HttpParams params)
          Deprecated. (4.1) Use PlainSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams)
 

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

Methods in org.apache.http.conn.ssl that throw ConnectTimeoutException
 Socket SSLSocketFactory.connectSocket(Socket socket, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpParams params)
           
 Socket SSLSocketFactory.connectSocket(Socket socket, String host, int port, InetAddress localAddress, int localPort, HttpParams params)
          Deprecated. Use SSLSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams)
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.