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,
org.apache.http.HttpHost host,
InetSocketAddress localAddress,
int connectTimeout,
org.apache.http.config.SocketConfig socketConfig,
org.apache.http.protocol.HttpContext context) |
void |
upgrade(ManagedHttpClientConnection conn,
org.apache.http.HttpHost host,
org.apache.http.protocol.HttpContext context) |
void connect(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, InetSocketAddress localAddress, int connectTimeout, org.apache.http.config.SocketConfig socketConfig, org.apache.http.protocol.HttpContext context) throws IOException
IOException
void upgrade(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, org.apache.http.protocol.HttpContext context) throws IOException
IOException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.