Class RoutingSupport

java.lang.Object
org.apache.hc.client5.http.routing.RoutingSupport

public final class RoutingSupport extends Object
  • Constructor Details

    • RoutingSupport

      public RoutingSupport()
  • Method Details

    • determineHost

      public static org.apache.hc.core5.http.HttpHost determineHost(org.apache.hc.core5.http.HttpRequest request) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException
    • normalize

      public static org.apache.hc.core5.http.HttpHost normalize(org.apache.hc.core5.http.HttpHost host, SchemePortResolver schemePortResolver)