public class ProxyHttpClient extends HttpClientDecorator implements ISupportProxy
| Modifier and Type | Field and Description |
|---|---|
private object<? extends Uri> |
proxyUri
Proxy URI
|
CLIENTOPTIONS, IHTTPREQUEST, IHTTPRESPONSE| Constructor and Description |
|---|
ProxyHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_ProxyHttpClient_constructor__(object<? extends IhttpClient> _poClient) |
void |
__net_http_ProxyHttpClient_constructor__(object<? extends IhttpClient> _poClient,
object<? extends Uri> _poProxy) |
void |
__net_http_ProxyHttpClient_execute__() |
void |
execute(object<? extends IhttpRequest> _poRequest,
object<? extends IhttpResponse> _poResponse)
Execute HTTP request.
|
object<? extends Uri> |
getProxyURI()
Get the URI used as proxy.
|
void |
setProxyUri(object<? extends Uri> _proxyUri)
Set the URI to use as proxy.
|
__net_http_HttpClientDecorator_constructor__, __net_http_HttpClientDecorator_execute__, execute, getClientName, getClientVersion, getDecoratedHttpClient, getOptions__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringpublic void execute(object<? extends IhttpRequest> _poRequest, object<? extends IhttpResponse> _poResponse)
IhttpClientexecute in interface IhttpClientexecute in class HttpClientDecorator_poRequest - HTTP request._poResponse - HTTP Response.public void __net_http_ProxyHttpClient_execute__()
public void __net_http_ProxyHttpClient_constructor__(object<? extends IhttpClient> _poClient, object<? extends Uri> _poProxy)
public void __net_http_ProxyHttpClient_constructor__(object<? extends IhttpClient> _poClient)
public object<? extends Uri> getProxyURI()
getProxyURI in interface ISupportProxypublic void setProxyUri(object<? extends Uri> _proxyUri)
setProxyUri in interface ISupportProxy_proxyUri - The proxy URI.