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