|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectTimeoutException | |
---|---|
org.apache.http.conn | Client connection management APIs. |
org.apache.http.conn.scheme | Deprecated. |
org.apache.http.conn.ssl | Client TLS/SSL support. |
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 |
PlainSocketFactory.connectSocket(Socket socket,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
org.apache.http.params.HttpParams params)
Deprecated. |
Socket |
SchemeSocketFactory.connectSocket(Socket sock,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
org.apache.http.params.HttpParams params)
Deprecated. Connects a socket to the target host with the given remote address. |
Socket |
PlainSocketFactory.connectSocket(Socket socket,
String host,
int port,
InetAddress localAddress,
int localPort,
org.apache.http.params.HttpParams params)
Deprecated. (4.1) Use PlainSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) |
Socket |
SocketFactory.connectSocket(Socket sock,
String host,
int port,
InetAddress localAddress,
int localPort,
org.apache.http.params.HttpParams params)
Deprecated. Connects a socket to the given host. |
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,
org.apache.http.params.HttpParams params)
Deprecated. |
Socket |
SSLSocketFactory.connectSocket(Socket socket,
String host,
int port,
InetAddress local,
int localPort,
org.apache.http.params.HttpParams params)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |