Uses of Class
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
Packages that use DefaultRoutePlanner
Package
Description
Standard client connection routing API implementations.
-
Uses of DefaultRoutePlanner in org.apache.hc.client5.http.impl.routing
Subclasses of DefaultRoutePlanner in org.apache.hc.client5.http.impl.routingModifier and TypeClassDescriptionclass
Implementation of anHttpRoutePlanner
that routes requests through a default proxy.class
HttpRoutePlanner
implementation based onProxySelector
.