|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectTimeoutException | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. |
Uses of ConnectTimeoutException in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient that throw ConnectTimeoutException | |
HttpConnection |
HttpConnectionManager.getConnectionWithTimeout(HostConfiguration hostConfiguration,
long timeout)
Gets an HttpConnection for a given host configuration. |
HttpConnection |
MultiThreadedHttpConnectionManager.getConnectionWithTimeout(HostConfiguration hostConfiguration,
long timeout)
|
Uses of ConnectTimeoutException in org.apache.commons.httpclient.protocol |
Methods in org.apache.commons.httpclient.protocol that throw ConnectTimeoutException | |
static java.net.Socket |
ControllerThreadSocketFactory.createSocket(ProtocolSocketFactory socketfactory,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
int timeout)
This method spawns a controller thread overseeing the process of socket initialisation. |
static java.net.Socket |
ControllerThreadSocketFactory.createSocket(ControllerThreadSocketFactory.SocketTask task,
int timeout)
|
java.net.Socket |
DefaultProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit. |
java.net.Socket |
ProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Gets a new socket connection to the given host. |
static java.net.Socket |
ReflectionSocketFactory.createSocket(java.lang.String socketfactoryName,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
int timeout)
This method attempts to execute Socket method available since Java 1.4 using reflection. |
java.net.Socket |
SSLProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |