Class WinProxyConfig
java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.win.WinProxyConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWinProxyConfig
(int accessType, String proxy, String proxyBypass) Constructor -
Method Summary
-
Field Details
-
accessType
private int accessTypeProxy settings container used for the native methods. Will contain the Windows proxy settings as reported by windows WinHTTP API. -
proxy
-
proxyBypass
-
-
Constructor Details
-
WinProxyConfig
Constructor- Parameters:
accessType
- flag that specifies whether or not a proxy is in useproxy
- the proxy server selectedproxyBypass
- the proxy bypass address list
-
-
Method Details
-
getAccessType
public int getAccessType()- Returns:
- Returns the access type flag.
-
getProxy
- Returns:
- Returns the proxy.
-
getProxyBypass
- Returns:
- Returns the proxyBypass.
-