|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||