@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
Proxy |
Allows modifying proxy configuration.
|
ProxyConfig |
A common interface all proxy configurations must extend.
|
Class | Description |
---|---|
AutoDetectProxyConfig |
With this proxy configuration the connection automatically detects proxy settings.
|
CustomProxyConfig |
A custom proxy settings.
|
DirectProxyConfig |
With this proxy configuration the connection does not use a proxy server.
|
SystemProxyConfig | |
UrlProxyConfig |
With this proxy configuration the connection uses proxy settings received from proxy auto-config
(PAC) file which is located at the specific address.
|
Enum | Description |
---|---|
ProxyType |
The proxy types.
|