|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.winhttp.DefaultProxySettings
Provides information about default proxy configuration from the registry.
| Constructor Summary | |
DefaultProxySettings()
Creates an instance of default proxy settings. |
|
| Method Summary | |
int |
getPort()
Returns the proxy port. |
java.lang.String[] |
getProxyBypass()
Returns the proxy bypass. |
java.lang.String |
getURL()
Returns the proxy URL. |
boolean |
isSet()
Returns true if proxy is set; false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultProxySettings()
throws WinHttpException
WinHttpException| Method Detail |
public boolean isSet()
true if proxy is set; false otherwise.
isSet in interface ProxySettingspublic java.lang.String getURL()
getURL in interface ProxySettingspublic int getPort()
getPort in interface ProxySettingspublic java.lang.String[] getProxyBypass()
getProxyBypass in interface ProxySettings
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||