| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectionPoolTimeoutExceptionA timeout while waiting for an available connection
 from a connection manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| Socket | PlainSocketFactory. connectSocket(Socket socket,
             InetSocketAddress remoteAddress,
             InetSocketAddress localAddress,
             org.apache.http.params.HttpParams params)Deprecated.  | 
| Socket | 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. | 
| Socket | PlainSocketFactory. connectSocket(Socket socket,
             String host,
             int port,
             InetAddress localAddress,
             int localPort,
             org.apache.http.params.HttpParams params) | 
| Socket | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Socket | SSLSocketFactory. connectSocket(Socket socket,
             InetSocketAddress remoteAddress,
             InetSocketAddress localAddress,
             org.apache.http.params.HttpParams params)Deprecated.  | 
| Socket | SSLSocketFactory. connectSocket(Socket socket,
             String host,
             int port,
             InetAddress local,
             int localPort,
             org.apache.http.params.HttpParams params)Deprecated.  | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.