Uses of Interface
com.github.markusbernhardt.proxy.ProxySearchStrategy
Packages that use ProxySearchStrategy
Package
Description
-
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy
Classes in com.github.markusbernhardt.proxy that implement ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyMethods in com.github.markusbernhardt.proxy that return ProxySearchStrategyModifier and TypeMethodDescriptionprivate 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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeMethodDescriptionprivate 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 ProxySearchStrategyModifier and TypeClassDescriptionclass
Loads the Gnome proxy settings from the Gnome GConf settings.class
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
Contains common methods used in search strategies for both Windows and IE.class
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
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 ProxySearchStrategyModifier and TypeClassDescriptionclass
Uses automatic proxy script search (WPAD) to find an PAC file automatically.class
Uses automatic proxy script search (WPAD) to find an PAC file automatically.