Class WinProxyConfig
java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.win.WinProxyConfig
-
Constructor Summary
ConstructorsConstructorDescriptionWinProxyConfig(int accessType, String proxy, String proxyBypass) Constructor -
Method Summary
-
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.
-