public interface HttpClientConnectionOperator
ConnectionSocketFactory
,
SchemePortResolver
and DnsResolver
. In general, HTTP client user should not
provide implementations of this interface, as HttpClient will use the default one that covers
most of the cases needed for majority of users.Modifier and Type | Method and Description |
---|---|
void |
connect(ManagedHttpClientConnection conn,
HttpHost host,
java.net.InetSocketAddress localAddress,
int connectTimeout,
SocketConfig socketConfig,
HttpContext context) |
void |
upgrade(ManagedHttpClientConnection conn,
HttpHost host,
HttpContext context) |
void connect(ManagedHttpClientConnection conn, HttpHost host, java.net.InetSocketAddress localAddress, int connectTimeout, SocketConfig socketConfig, HttpContext context) throws java.io.IOException
java.io.IOException
void upgrade(ManagedHttpClientConnection conn, HttpHost host, HttpContext context) throws java.io.IOException
java.io.IOException