Uses of Interface
com.github.markusbernhardt.proxy.ProxySearchStrategy
-
-
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy
Classes in com.github.markusbernhardt.proxy that implement ProxySearchStrategy Modifier and Type Class Description classProxySearchMain class to setup and initialize the proxy detection system.
This class can be used to select a proxy discovery strategy.
Implements the "Builder" pattern.
UseaddStrategyto add one or more search strategies.
If you are done call thegetProxySelectormethod.Methods in com.github.markusbernhardt.proxy with parameters of type ProxySearchStrategy Modifier and Type Method Description voidProxySearch. addStrategy(ProxySearchStrategy customStrategy, boolean addAsFirst)Adds an search strategy to the list of proxy searches strategies. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.browser.firefox
Classes in com.github.markusbernhardt.proxy.search.browser.firefox that implement ProxySearchStrategy Modifier and Type Class Description classFirefoxProxySearchStrategyLoads the Firefox3 proxy settings from the users Firefox3 settings. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.browser.ie
Classes in com.github.markusbernhardt.proxy.search.browser.ie that implement ProxySearchStrategy Modifier and Type Class Description classIEProxySearchStrategyExtracts the proxy settings for Microsoft Internet Explorer. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop
Classes in com.github.markusbernhardt.proxy.search.desktop that implement ProxySearchStrategy Modifier and Type Class Description classDesktopProxySearchStrategyThis search provider will try to find out on which desktop platform we are running and then will initialize the default proxy search. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.gnome
Classes in com.github.markusbernhardt.proxy.search.desktop.gnome that implement ProxySearchStrategy Modifier and Type Class Description classGnomeDConfProxySearchStrategyLoads the Gnome proxy settings from the Gnome GConf settings.classGnomeProxySearchStrategyLoads the Gnome proxy settings from the Gnome GConf settings. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.kde
Classes in com.github.markusbernhardt.proxy.search.desktop.kde that implement ProxySearchStrategy Modifier and Type Class Description classKdeProxySearchStrategyLoads the KDE4 proxy settings from the KDE kioslaverc file. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.osx
Classes in com.github.markusbernhardt.proxy.search.desktop.osx that implement ProxySearchStrategy Modifier and Type Class Description classOsxProxySearchStrategyLoads the OSX system proxy settings from the settings file. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.win
Classes in com.github.markusbernhardt.proxy.search.desktop.win that implement ProxySearchStrategy Modifier and Type Class Description classCommonWindowsSearchStrategyContains common methods used in search strategies for both Windows and IE.classWinProxySearchStrategyExtracts the proxy settings from the windows registry. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.env
Classes in com.github.markusbernhardt.proxy.search.env that implement ProxySearchStrategy Modifier and Type Class Description classEnvProxySearchStrategyReads some environment variables and extracts the proxy settings from them. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.java
Classes in com.github.markusbernhardt.proxy.search.java that implement ProxySearchStrategy Modifier and Type Class Description classJavaProxySearchStrategyReads some java system properties and extracts the proxy settings from them. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.wpad
Classes in com.github.markusbernhardt.proxy.search.wpad that implement ProxySearchStrategy Modifier and Type Class Description classWpadProxySearchStrategyUses automatic proxy script search (WPAD) to find an PAC file automatically.classWpadProxySearchStrategyWithDHPCUses automatic proxy script search (WPAD) to find an PAC file automatically.
-