|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.winhttp.RemoteProxySettings
Returns the proxy configuration for the specified URL.
| Constructor Summary | |
RemoteProxySettings(java.lang.String url,
boolean autoLogon)
Returns the proxy configuration for the specified URL. |
|
RemoteProxySettings(java.lang.String url,
java.lang.String pacFileUrl,
boolean autoLogon)
Returns the proxy configuration for the specified URL. |
|
| 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 RemoteProxySettings(java.lang.String url,
boolean autoLogon)
throws WinHttpException
url - specifes the URLautoLogon - if true credentials should automatically be sent
WinHttpException
public RemoteProxySettings(java.lang.String url,
java.lang.String pacFileUrl,
boolean autoLogon)
throws WinHttpException
url - specifes the URLpacFileUrl - specifies the URL of the PAC fileautoLogon - if true credentials should automatically be sent
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 | ||||||||||