Class RoutingSupport
- java.lang.Object
-
- org.apache.hc.client5.http.routing.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)
-
-
-
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)
-
-