Class RoutingSupport
java.lang.Object
org.apache.hc.client5.http.routing.RoutingSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-