Package-level declarations

Provides classes that allow you to configure proxy.

Provides classes that allow you to configure proxy.

Types

Link copied to clipboard
public final class AutoDetectProxyConfig implements ProxyConfig
public final class AutoDetectProxyConfig implements ProxyConfig
With this proxy configuration the connection automatically detects proxy settings.
Link copied to clipboard
public final class CustomProxyConfig implements ProxyConfig
public final class CustomProxyConfig implements ProxyConfig
A custom proxy settings.
Link copied to clipboard
public final class DirectProxyConfig implements ProxyConfig
public final class DirectProxyConfig implements ProxyConfig
With this proxy configuration the connection does not use a proxy server.
Link copied to clipboard
public interface Proxy implements ProfileService
public interface Proxy implements ProfileService
Allows modifying proxy configuration.
Link copied to clipboard
public interface ProxyConfig
public interface ProxyConfig
A common interface all proxy configurations must extend.
Link copied to clipboard
public final class SystemProxyConfig implements ProxyConfig
public final class SystemProxyConfig implements ProxyConfig
Link copied to clipboard
public final class UrlProxyConfig implements ProxyConfig
public final class UrlProxyConfig implements ProxyConfig
With this proxy configuration the connection uses proxy settings received from proxy auto-config (PAC) file which is located at the specific address.