org.apache.http.impl.client
Class ProxyClient
java.lang.Object
org.apache.http.impl.client.ProxyClient
public class ProxyClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyClient
public ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig)
- Since:
- 4.3
ProxyClient
@Deprecated
public ProxyClient(HttpParams params)
- Deprecated. (4.3) use
ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)
- Parameters:
params
-
ProxyClient
public ProxyClient(RequestConfig requestConfig)
- Since:
- 4.3
ProxyClient
public ProxyClient()
getParams
@Deprecated
public HttpParams getParams()
- Deprecated. (4.3) do not use.
getAuthSchemeRegistry
@Deprecated
public AuthSchemeRegistry getAuthSchemeRegistry()
- Deprecated. (4.3) do not use.
tunnel
public Socket tunnel(HttpHost proxy,
HttpHost target,
Credentials credentials)
throws IOException,
HttpException
- Throws:
IOException
HttpException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.