|
||||||||||
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
Socket s for the given protocol |
org.apache.http.conn.socket | |
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 |
PlainSocketFactory.connectSocket(Socket socket,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
HttpParams params)
Deprecated. |
Socket |
SchemeSocketFactory.connectSocket(Socket sock,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
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,
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,
HttpParams params)
Deprecated. Connects a socket to the given host. |
Uses of ConnectTimeoutException in org.apache.http.conn.socket |
---|
Methods in org.apache.http.conn.socket that throw ConnectTimeoutException | |
---|---|
Socket |
PlainSocketFactory.connectSocket(int connectTimeout,
Socket socket,
HttpHost host,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
HttpContext context)
|
Socket |
ConnectionSocketFactory.connectSocket(int connectTimeout,
Socket sock,
HttpHost host,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
HttpContext context)
Connects a socket to the target host with the given resolved remote address. |
Uses of ConnectTimeoutException in org.apache.http.conn.ssl |
---|
Methods in org.apache.http.conn.ssl that throw ConnectTimeoutException | |
---|---|
Socket |
SSLSocketFactory.connectSocket(int connectTimeout,
Socket socket,
HttpHost host,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
HttpContext context)
Connects a socket to the target host with the given resolved remote address. |
Socket |
SSLSocketFactory.connectSocket(Socket socket,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
HttpParams params)
Deprecated. (4.3) use SSLSocketFactory.connectSocket(int, Socket, HttpHost, InetSocketAddress,
InetSocketAddress, HttpContext) |
Socket |
SSLSocketFactory.connectSocket(Socket socket,
String host,
int port,
InetAddress local,
int localPort,
HttpParams params)
Deprecated. (4.1) Use SSLSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress,
HttpParams) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |