Uses of Class
org.apache.http.conn.ConnectTimeoutException
-
Packages that use ConnectTimeoutException Package Description org.apache.http.conn Client connection management APIs.org.apache.http.conn.scheme Deprecated.org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of ConnectTimeoutException in org.apache.http.conn
Subclasses of ConnectTimeoutException in org.apache.http.conn Modifier and Type Class Description 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 Modifier and Type Method Description java.net.Socket
PlainSocketFactory. connectSocket(java.net.Socket socket, java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, org.apache.http.params.HttpParams params)
java.net.Socket
PlainSocketFactory. connectSocket(java.net.Socket socket, java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, org.apache.http.params.HttpParams params)
Deprecated.java.net.Socket
SchemeSocketFactory. connectSocket(java.net.Socket sock, java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, org.apache.http.params.HttpParams params)
Deprecated.Connects a socket to the target host with the given remote address.java.net.Socket
SocketFactory. connectSocket(java.net.Socket sock, java.lang.String host, int port, java.net.InetAddress localAddress, int localPort, org.apache.http.params.HttpParams params)
Deprecated.Connects a socket to the given host. -
Uses of ConnectTimeoutException in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that throw ConnectTimeoutException Modifier and Type Method Description java.net.Socket
SSLSocketFactory. connectSocket(java.net.Socket socket, java.lang.String host, int port, java.net.InetAddress local, int localPort, org.apache.http.params.HttpParams params)
Deprecated.java.net.Socket
SSLSocketFactory. connectSocket(java.net.Socket socket, java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress, org.apache.http.params.HttpParams params)
Deprecated.
-