@Immutable public class DefaultRoutePlanner extends java.lang.Object implements org.apache.http.conn.routing.HttpRoutePlanner
HttpRoutePlanner. It will not make use of
any Java system properties, nor of system or browser proxy settings.| Constructor and Description |
|---|
DefaultRoutePlanner(SchemePortResolver schemePortResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.HttpHost |
determineProxy(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
org.apache.http.conn.routing.HttpRoute |
determineRoute(org.apache.http.HttpHost host,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
public DefaultRoutePlanner(SchemePortResolver schemePortResolver)
public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost host,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException
determineRoute in interface org.apache.http.conn.routing.HttpRoutePlannerorg.apache.http.HttpExceptionprotected org.apache.http.HttpHost determineProxy(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException
org.apache.http.HttpExceptionCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.