Package hudson

Class ProxyConfiguration

java.lang.Object
hudson.ProxyConfiguration
All Implemented Interfaces:
Describable<ProxyConfiguration>, Saveable, Serializable

@StaplerAccessibleType public final class ProxyConfiguration extends Object implements Describable<ProxyConfiguration>, 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: