public class ProxyClient extends Object
| Constructor and Description | 
|---|
| ProxyClient() | 
| ProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory,
           org.apache.hc.core5.http.config.Http1Config h1Config,
           org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
           RequestConfig requestConfig) | 
| ProxyClient(RequestConfig requestConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| Socket | tunnel(org.apache.hc.core5.http.HttpHost proxy,
      org.apache.hc.core5.http.HttpHost target,
      Credentials credentials) | 
public ProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, RequestConfig requestConfig)
public ProxyClient(RequestConfig requestConfig)
public ProxyClient()
public Socket tunnel(org.apache.hc.core5.http.HttpHost proxy, org.apache.hc.core5.http.HttpHost target, Credentials credentials) throws IOException, org.apache.hc.core5.http.HttpException
IOExceptionorg.apache.hc.core5.http.HttpExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.