|
||||||||||
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 |
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 |
SocketFactory.connectSocket(Socket sock,
String host,
int port,
InetAddress localAddress,
int localPort,
HttpParams params)
Connects a socket to the given host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |