hudson
Class URLConnectionDecorator
java.lang.Object
hudson.URLConnectionDecorator
- All Implemented Interfaces:
- ExtensionPoint
public abstract class URLConnectionDecorator
- extends Object
- implements ExtensionPoint
Decorates the connections that Jenkins open to access external resources.
- Since:
- 1.426
- Author:
- Kohsuke Kawaguchi
- See Also:
ProxyConfiguration.open(URL)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLConnectionDecorator
public URLConnectionDecorator()
decorate
public abstract void decorate(URLConnection con)
throws IOException
- Called before it gets connected. Can be used to tweak parameters.
- Throws:
IOException
all
public static ExtensionList<URLConnectionDecorator> all()
- Returns all the registered
URLConnectionDecorator
s.
Copyright © 2004-2013. All Rights Reserved.