|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectTimeoutException | |
---|---|
com.microsoft.tfs.core.config.httpclient.internal | |
com.microsoft.tfs.core.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
com.microsoft.tfs.core.httpclient.protocol | Provides protocol specific socket factory handling. |
Uses of ConnectTimeoutException in com.microsoft.tfs.core.config.httpclient.internal |
---|
Methods in com.microsoft.tfs.core.config.httpclient.internal that throw ConnectTimeoutException | |
---|---|
java.net.Socket |
DefaultSSLProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Gets a new socket connection to the given host. |
Uses of ConnectTimeoutException in com.microsoft.tfs.core.httpclient |
---|
Subclasses of ConnectTimeoutException in com.microsoft.tfs.core.httpclient | |
---|---|
class |
ConnectionPoolTimeoutException
A timeout while connecting waiting for an available connection from an HttpConnectionManager. |
Uses of ConnectTimeoutException in com.microsoft.tfs.core.httpclient.protocol |
---|
Methods in com.microsoft.tfs.core.httpclient.protocol that throw ConnectTimeoutException | |
---|---|
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. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |