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 Details

    • NoProxyHostCheckerRoutePlanner

      public NoProxyHostCheckerRoutePlanner(String noProxyHost, org.apache.http.HttpHost host)
  • 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 interface org.apache.http.conn.routing.HttpRoutePlanner
      Throws:
      org.apache.http.HttpException