| Modifier and Type | Class and 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. Use addStrategy to add one or more search strategies.If you are done call the getProxySelector method. |
| Modifier and Type | Class and Description |
|---|---|
class |
FirefoxProxySearchStrategy
Loads the Firefox3 proxy settings from the users Firefox3 settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IEProxySearchStrategy
Extracts the proxy settings for Microsoft Internet Explorer.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KdeProxySearchStrategy
Loads the KDE4 proxy settings from the KDE kioslaverc file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OsxProxySearchStrategy
Loads the OSX system proxy settings from the settings file.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvProxySearchStrategy
Reads some environment variables and extracts the proxy settings from them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaProxySearchStrategy
Reads some java system properties and extracts the proxy settings from them.
|
| Modifier and Type | Class and 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.
|
Copyright © 2020. All rights reserved.