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 ProxySelectorProxySearchStrategy. 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 ProxySelectorFirefoxProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the firefox proxy settings.PropertiesFirefoxProxySearchStrategy. 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 ProxySelectorIEProxySearchStrategy. 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 ProxySelectorDesktopProxySearchStrategy. 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 ProxySelectorGnomeDConfProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.ProxySelectorGnomeProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.PropertiesGnomeDConfProxySearchStrategy. readSettings()Load the proxy settings from the gconf settings XML file.PropertiesGnomeProxySearchStrategy. 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 ProxySelectorKdeProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the firefox proxy settings. -
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 ProxySelectorOsxProxySearchStrategy. 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 ProxySelectorWinProxySearchStrategy. getProxySelector()getProxySelectorprotected PropertiesCommonWindowsSearchStrategy. parseProxyList(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 ProxySelectorWpadProxySearchStrategy. getProxySelector()Loads the proxy settings from a PAC file.ProxySelectorWpadProxySearchStrategyWithDHPC. 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 classProxyEvaluationExceptionException for PAC script errors.
-