|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.HTTP.Proxy
encapsulates most of the proxy logic; some is shared in HTTP.java
Nested Class Summary | |
static class |
HTTP.Proxy.Authorization
|
static class |
HTTP.Proxy.NTLM
An implementation of Microsoft's proprietary NTLM authentication protocol. |
static class |
HTTP.Proxy.ProxyAutoConfigRootScope
|
Field Summary | |
java.lang.String[] |
excluded
hosts to be excluded from proxy use; wildcards permitted |
java.lang.String |
httpProxyHost
the HTTP Proxy host to use |
int |
httpProxyPort
the HTTP Proxy port to use |
java.lang.String |
httpsProxyHost
if a seperate proxy should be used for HTTPS, this is the hostname; otherwise, httpProxyHost is used |
int |
httpsProxyPort
if a seperate proxy should be used for HTTPS, this is the port |
JS.Callable |
proxyAutoConfigFunction
the PAC script |
static JS.Scope |
proxyAutoConfigRootScope
|
java.lang.String |
socksProxyHost
the SOCKS Proxy Host to use |
int |
socksProxyPort
the SOCKS Proxy Port to use |
Constructor Summary | |
HTTP.Proxy()
|
Method Summary | |
static HTTP.Proxy |
detectProxyViaManual()
|
static JS.Callable |
getProxyAutoConfigFunction(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String httpProxyHost
public int httpProxyPort
public java.lang.String httpsProxyHost
public int httpsProxyPort
public java.lang.String socksProxyHost
public int socksProxyPort
public java.lang.String[] excluded
public JS.Callable proxyAutoConfigFunction
public static JS.Scope proxyAutoConfigRootScope
Constructor Detail |
public HTTP.Proxy()
Method Detail |
public static HTTP.Proxy detectProxyViaManual()
public static JS.Callable getProxyAutoConfigFunction(java.lang.String url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |