public class ProxyClient extends Object
Constructor and Description |
---|
ProxyClient() |
ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig) |
ProxyClient(HttpParams params)
Deprecated.
|
ProxyClient(RequestConfig requestConfig) |
Modifier and Type | Method and Description |
---|---|
AuthSchemeRegistry |
getAuthSchemeRegistry()
Deprecated.
(4.3) do not use.
|
HttpParams |
getParams()
Deprecated.
(4.3) do not use.
|
Socket |
tunnel(HttpHost proxy,
HttpHost target,
Credentials credentials) |
public ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory, org.apache.http.config.ConnectionConfig connectionConfig, RequestConfig requestConfig)
@Deprecated public ProxyClient(HttpParams params)
ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)
public ProxyClient(RequestConfig requestConfig)
public ProxyClient()
@Deprecated public HttpParams getParams()
@Deprecated public AuthSchemeRegistry getAuthSchemeRegistry()
public Socket tunnel(HttpHost proxy, HttpHost target, Credentials credentials) throws IOException, HttpException
IOException
HttpException
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.