public abstract class URLConnectionDecorator extends Object implements ExtensionPoint
ProxyConfiguration.open(URL)ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
URLConnectionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<URLConnectionDecorator> |
all()
Returns all the registered
URLConnectionDecorators. |
abstract void |
decorate(URLConnection con)
Called before it gets connected.
|
public abstract void decorate(URLConnection con) throws IOException
IOExceptionpublic static ExtensionList<URLConnectionDecorator> all()
URLConnectionDecorators.Copyright © 2019. All rights reserved.