public class ProxyClient extends Object
| Constructor and Description |
|---|
ProxyClient() |
ProxyClient(org.apache.http.params.HttpParams params) |
| Modifier and Type | Method and Description |
|---|---|
AuthSchemeRegistry |
getAuthSchemeRegistry() |
org.apache.http.params.HttpParams |
getParams() |
Socket |
tunnel(org.apache.http.HttpHost proxy,
org.apache.http.HttpHost target,
Credentials credentials) |
public ProxyClient(org.apache.http.params.HttpParams params)
public ProxyClient()
public org.apache.http.params.HttpParams getParams()
public AuthSchemeRegistry getAuthSchemeRegistry()
public Socket tunnel(org.apache.http.HttpHost proxy, org.apache.http.HttpHost target, Credentials credentials) throws IOException, org.apache.http.HttpException
IOExceptionorg.apache.http.HttpExceptionCopyright © 1999-2015 The Apache Software Foundation. All Rights Reserved.