Class NoProxyHostCheckerRoutePlanner

java.lang.Object
jenkins.plugins.slack.NoProxyHostCheckerRoutePlanner
All Implemented Interfaces:
org.apache.hc.client5.http.routing.HttpRoutePlanner

public class NoProxyHostCheckerRoutePlanner extends Object implements org.apache.hc.client5.http.routing.HttpRoutePlanner
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoProxyHostCheckerRoutePlanner(String noProxyHost, org.apache.hc.core5.http.HttpHost host)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hc.client5.http.HttpRoute
    determineRoute(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.protocol.HttpContext context)
     
    void
    setProxy(org.apache.hc.core5.http.HttpHost host)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hc.client5.http.routing.HttpRoutePlanner

    determineRoute
  • Constructor Details

    • NoProxyHostCheckerRoutePlanner

      public NoProxyHostCheckerRoutePlanner(String noProxyHost, org.apache.hc.core5.http.HttpHost host)
  • Method Details

    • setProxy

      public void setProxy(org.apache.hc.core5.http.HttpHost host)
    • determineRoute

      public org.apache.hc.client5.http.HttpRoute determineRoute(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException
      Specified by:
      determineRoute in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
      Throws:
      org.apache.hc.core5.http.HttpException