public class ProxyClient extends Object
Constructor and Description |
---|
ProxyClient() |
ProxyClient(HttpParams params) |
Modifier and Type | Method and Description |
---|---|
AuthSchemeRegistry |
getAuthSchemeRegistry() |
HttpParams |
getParams() |
Socket |
tunnel(HttpHost proxy,
HttpHost target,
Credentials credentials) |
public ProxyClient(HttpParams params)
public ProxyClient()
public HttpParams getParams()
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.