Class RoutingSupport


  • public final class RoutingSupport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RoutingSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.hc.core5.http.HttpHost determineHost​(org.apache.hc.core5.http.HttpRequest request)  
      static org.apache.hc.core5.http.HttpHost normalize​(org.apache.hc.core5.http.HttpHost host, SchemePortResolver schemePortResolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoutingSupport

        public RoutingSupport()
    • Method Detail

      • 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)