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
URLConnectionDecorator s. |
abstract void |
decorate(URLConnection con)
Called before it gets connected.
|
public abstract void decorate(URLConnection con) throws IOException
IOException
public static ExtensionList<URLConnectionDecorator> all()
URLConnectionDecorator
s.Copyright © 2004–2021. All rights reserved.