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
IOException
org.apache.http.HttpException
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.