Class DefaultProxyRoutePlanner
java.lang.Object
org.apache.http.impl.conn.DefaultRoutePlanner
org.apache.http.impl.conn.DefaultProxyRoutePlanner
- All Implemented Interfaces:
HttpRoutePlanner
Implementation of an
HttpRoutePlanner
that routes requests through a default proxy.- Since:
- 4.3
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultProxyRoutePlanner(HttpHost proxy) DefaultProxyRoutePlanner(HttpHost proxy, SchemePortResolver schemePortResolver) -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpHostdetermineProxy(HttpHost target, HttpRequest request, HttpContext context) Methods inherited from class DefaultRoutePlanner
determineRoute
-
Constructor Details
-
DefaultProxyRoutePlanner
-
DefaultProxyRoutePlanner
-
-
Method Details
-
determineProxy
protected HttpHost determineProxy(HttpHost target, HttpRequest request, HttpContext context) throws HttpException - Overrides:
determineProxyin classDefaultRoutePlanner- Throws:
HttpException
-