|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectTimeoutException | |
---|---|
org.apache.http.impl.io | Default implementations for interfaces in
org.apache.http.io . |
org.apache.http.io | The transport layer abstraction of the HTTP components. |
Uses of ConnectTimeoutException in org.apache.http.impl.io |
---|
Methods in org.apache.http.impl.io that throw ConnectTimeoutException | |
---|---|
java.net.Socket |
SSLSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
Attempts to get a new socket connection to the given host within the given time limit. |
Uses of ConnectTimeoutException in org.apache.http.io |
---|
Methods in org.apache.http.io that throw ConnectTimeoutException | |
---|---|
java.net.Socket |
SocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
Gets a new socket connection to the given host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |