public class ProxyHttpRequest extends HttpRequestDecorator implements ISupportProxy
| Modifier and Type | Field and Description |
|---|---|
private object<? extends Uri> |
proxyUri
Proxy URI
|
| Constructor and Description |
|---|
ProxyHttpRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_ProxyHttpRequest_constructor__(object<? extends IhttpRequest> _poHttpRequest) |
void |
__net_http_ProxyHttpRequest_execute__() |
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_HttpRequestDecorator_constructor__, __net_http_HttpRequestDecorator_execute__, clearCookies, clearHeaders, getAdapter, getCharacterEncoding, getContentLength, getContentMd5, getContentType, getCookie, getCookies, getDecoratedHttpRequest, getEntity, getHeader, getHeaders, getMethod, getTransferEncoding, getUri, getVersion, hasCookie, hasCookie, hasHeader, removeCookie, removeCookie, removeHeader, setCharacterEncoding, setContentLength, setContentMd5, setContentType, setCookie, setCookies, setEntity, setHeader, setHeaders, setMethod, setTransferEncoding, setUri, setVersion__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 __net_http_ProxyHttpRequest_execute__()
public object<? extends Uri> getProxyURI()
getProxyURI in interface ISupportProxypublic void setProxyUri(object<? extends Uri> _proxyUri)
setProxyUri in interface ISupportProxy_proxyUri - The proxy URI.public void __net_http_ProxyHttpRequest_constructor__(object<? extends IhttpRequest> _poHttpRequest)