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.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 java.net.ProxySelectorFirefoxProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the firefox proxy settings.java.util.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 private java.net.ProxySelectorIEProxySearchStrategy. createFixedProxySelector(IEProxyConfig ieProxyConfig)Parses the proxy settings into an ProxySelector.java.net.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 java.net.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 java.net.ProxySelectorGnomeDConfProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.java.net.ProxySelectorGnomeProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the Gnome proxy settings.java.util.PropertiesGnomeDConfProxySearchStrategy. readSettings()Load the proxy settings from the gconf settings XML file.java.util.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 java.net.ProxySelectorKdeProxySearchStrategy. getProxySelector()Loads the proxy settings and initializes a proxy selector for the firefox proxy settings.private java.util.PropertiesKdeProxySearchStrategy. 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.ProxySelectorOsxProxySearchStrategy. autodetectProxyIfAvailable(PListParser.Dict proxySettings, java.net.ProxySelector result)Invoke WPAD proxy detection if configured.private java.net.ProxySelectorOsxProxySearchStrategy. buildSelector(PListParser.Dict proxySettings)Build a selector from the given settings.java.net.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 private java.net.ProxySelectorWinProxySearchStrategy. createFixedProxySelector(WinProxyConfig winProxyConfig)Parses the proxy settings into an ProxySelector.java.net.ProxySelectorWinProxySearchStrategy. getProxySelector()getProxySelectorprotected java.util.PropertiesCommonWindowsSearchStrategy. 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.ProxySelectorWpadProxySearchStrategy. getProxySelector()Loads the proxy settings from a PAC file.java.net.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.
-