Uses of Class
com.github.markusbernhardt.proxy.util.ProxyException
-
-
Uses of ProxyException in com.github.markusbernhardt.proxy
Methods in com.github.markusbernhardt.proxy that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
ProxySearchStrategy. getProxySelector()
Gets the a ProxySelector found by applying the search strategy. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.browser.firefox
Methods in com.github.markusbernhardt.proxy.search.browser.firefox that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
FirefoxProxySearchStrategy. getProxySelector()
Loads the proxy settings and initializes a proxy selector for the firefox proxy settings.java.util.Properties
FirefoxProxySearchStrategy. readSettings()
Reads the settings file and stores all settings in a Properties map. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.browser.ie
Methods in com.github.markusbernhardt.proxy.search.browser.ie that throw ProxyException Modifier and Type Method Description private java.net.ProxySelector
IEProxySearchStrategy. createFixedProxySelector(IEProxyConfig ieProxyConfig)
Parses the proxy settings into an ProxySelector.java.net.ProxySelector
IEProxySearchStrategy. getProxySelector()
getProxySelector -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.desktop
Methods in com.github.markusbernhardt.proxy.search.desktop that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
DesktopProxySearchStrategy. getProxySelector()
Gets the default ProxySelector for the current platform. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.desktop.gnome
Methods in com.github.markusbernhardt.proxy.search.desktop.gnome that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
GnomeDConfProxySearchStrategy. getProxySelector()
Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.java.net.ProxySelector
GnomeProxySearchStrategy. getProxySelector()
Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.java.util.Properties
GnomeDConfProxySearchStrategy. readSettings()
Load the proxy settings from the gconf settings XML file.java.util.Properties
GnomeProxySearchStrategy. readSettings()
Load the proxy settings from the gconf settings XML file. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.desktop.kde
Methods in com.github.markusbernhardt.proxy.search.desktop.kde that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
KdeProxySearchStrategy. getProxySelector()
Loads the proxy settings and initializes a proxy selector for the firefox proxy settings.private java.util.Properties
KdeProxySearchStrategy. readSettings()
Reads the settings and stores them in a properties map. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.desktop.osx
Methods in com.github.markusbernhardt.proxy.search.desktop.osx that throw ProxyException Modifier and Type Method Description private java.net.ProxySelector
OsxProxySearchStrategy. autodetectProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)
Invoke WPAD proxy detection if configured.private java.net.ProxySelector
OsxProxySearchStrategy. buildSelector(PListParser.Dict proxySettings)
Build a selector from the given settings.java.net.ProxySelector
OsxProxySearchStrategy. getProxySelector()
Loads the proxy settings and initializes a proxy selector for the OSX proxy settings. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.desktop.win
Methods in com.github.markusbernhardt.proxy.search.desktop.win that throw ProxyException Modifier and Type Method Description private java.net.ProxySelector
WinProxySearchStrategy. createFixedProxySelector(WinProxyConfig winProxyConfig)
Parses the proxy settings into an ProxySelector.java.net.ProxySelector
WinProxySearchStrategy. getProxySelector()
getProxySelectorprotected java.util.Properties
CommonWindowsSearchStrategy. parseProxyList(java.lang.String proxyString)
Parses the proxy list and splits it by protocol. -
Uses of ProxyException in com.github.markusbernhardt.proxy.search.wpad
Methods in com.github.markusbernhardt.proxy.search.wpad that throw ProxyException Modifier and Type Method Description java.net.ProxySelector
WpadProxySearchStrategy. getProxySelector()
Loads the proxy settings from a PAC file.java.net.ProxySelector
WpadProxySearchStrategyWithDHPC. getProxySelector()
Loads the proxy settings from a PAC file. -
Uses of ProxyException in com.github.markusbernhardt.proxy.selector.pac
Subclasses of ProxyException in com.github.markusbernhardt.proxy.selector.pac Modifier and Type Class Description class
ProxyEvaluationException
Exception for PAC script errors.
-