Uses of Class
org.apache.http.conn.ConnectTimeoutException
| Package | Description |
|---|---|
| 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 Modifier and Type Class Description classConnectionPoolTimeoutExceptionA 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 Modifier and Type Method Description SocketSocketFactory. connectSocket(Socket sock, String host, int port, InetAddress localAddress, int localPort, HttpParams params)Connects a socket to the given host.