Uses of Class
org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
Packages that use DefaultRoutePlanner Package Description org.apache.hc.client5.http.impl.routing 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.routing Modifier and Type Class Description class
DefaultProxyRoutePlanner
Implementation of anHttpRoutePlanner
that routes requests through a default proxy.class
SystemDefaultRoutePlanner
HttpRoutePlanner
implementation based onProxySelector
.
-