Package hudson

Class ProxyConfiguration

All Implemented Interfaces:
Describable<ProxyConfiguration>, Saveable, Serializable

@StaplerAccessibleType public final class ProxyConfiguration extends AbstractDescribableImpl<ProxyConfiguration> implements Saveable, Serializable
HTTP proxy configuration.

Use open(URL) to open a connection with the proxy setting.

Proxy authentication (including NTLM) is implemented by setting a default Authenticator which provides a PasswordAuthentication (as described in the Java 8 tech note Http Authentication).

See Also: