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 class
ProxySearch
Main class to setup and initialize the proxy detection system.
This class can be used to select a proxy discovery strategy.
Implements the "Builder" pattern.
UseaddStrategy
to add one or more search strategies.
If you are done call thegetProxySelector
method.Fields in com.github.markusbernhardt.proxy with type parameters of type ProxySearchStrategy Modifier and Type Field Description private java.util.List<ProxySearchStrategy>
ProxySearch. strategies
Methods in com.github.markusbernhardt.proxy that return ProxySearchStrategy Modifier and Type Method Description private ProxySearchStrategy
ProxySearch. getDefaultBrowserStrategy()
Gets the search strategy for the platforms default browser. -
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 class
FirefoxProxySearchStrategy
Loads 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 class
IEProxySearchStrategy
Extracts 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 class
DesktopProxySearchStrategy
This search provider will try to find out on which desktop platform we are running and then will initialize the default proxy search.Methods in com.github.markusbernhardt.proxy.search.desktop that return ProxySearchStrategy Modifier and Type Method Description private ProxySearchStrategy
DesktopProxySearchStrategy. findDesktopSpecificStrategy()
Determine the desktop and create a strategy for it. -
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 class
GnomeDConfProxySearchStrategy
Loads the Gnome proxy settings from the Gnome GConf settings.class
GnomeProxySearchStrategy
Loads 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 class
KdeProxySearchStrategy
Loads 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 class
OsxProxySearchStrategy
Loads 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 class
CommonWindowsSearchStrategy
Contains common methods used in search strategies for both Windows and IE.class
WinProxySearchStrategy
Extracts 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 class
EnvProxySearchStrategy
Reads 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 class
JavaProxySearchStrategy
Reads 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 class
WpadProxySearchStrategy
Uses automatic proxy script search (WPAD) to find an PAC file automatically.class
WpadProxySearchStrategyWithDHPC
Uses automatic proxy script search (WPAD) to find an PAC file automatically.
-