Package jenkins.plugins.slack
Class NoProxyHostCheckerRoutePlanner
java.lang.Object
jenkins.plugins.slack.NoProxyHostCheckerRoutePlanner
- All Implemented Interfaces:
org.apache.http.conn.routing.HttpRoutePlanner
public class NoProxyHostCheckerRoutePlanner
extends Object
implements org.apache.http.conn.routing.HttpRoutePlanner
-
Constructor Summary
ConstructorDescriptionNoProxyHostCheckerRoutePlanner
(String noProxyHost, org.apache.http.HttpHost host) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.conn.routing.HttpRoute
determineRoute
(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) void
setProxy
(org.apache.http.HttpHost host)
-
Constructor Details
-
NoProxyHostCheckerRoutePlanner
-
-
Method Details
-
setProxy
public void setProxy(org.apache.http.HttpHost host) -
determineRoute
public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException - Specified by:
determineRoute
in interfaceorg.apache.http.conn.routing.HttpRoutePlanner
- Throws:
org.apache.http.HttpException
-