public class ProxyClient
extends java.lang.Object
| Constructor and Description |
|---|
ProxyClient() |
ProxyClient(org.apache.http.conn.HttpConnectionFactory<org.apache.http.conn.routing.HttpRoute,org.apache.http.conn.ManagedHttpClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig) |
ProxyClient(org.apache.http.params.HttpParams params)
Deprecated.
|
ProxyClient(RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.auth.AuthSchemeRegistry |
getAuthSchemeRegistry()
Deprecated.
(4.3) do not use.
|
org.apache.http.params.HttpParams |
getParams()
Deprecated.
(4.3) do not use.
|
java.net.Socket |
tunnel(HttpHost proxy,
HttpHost target,
org.apache.http.auth.Credentials credentials) |
public ProxyClient(org.apache.http.conn.HttpConnectionFactory<org.apache.http.conn.routing.HttpRoute,org.apache.http.conn.ManagedHttpClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig)
@Deprecated public ProxyClient(org.apache.http.params.HttpParams params)
ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)public ProxyClient(RequestConfig requestConfig)
public ProxyClient()
@Deprecated public org.apache.http.params.HttpParams getParams()
@Deprecated public org.apache.http.auth.AuthSchemeRegistry getAuthSchemeRegistry()
public java.net.Socket tunnel(HttpHost proxy, HttpHost target, org.apache.http.auth.Credentials credentials) throws java.io.IOException, HttpException
java.io.IOExceptionHttpException