@Deprecated
public class DefaultHttpAsyncRoutePlanner
extends java.lang.Object
implements org.apache.http.conn.routing.HttpRoutePlanner
Modifier and Type | Field and Description |
---|---|
private AsyncSchemeRegistry |
schemeRegistry
Deprecated.
|
Constructor and Description |
---|
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.conn.routing.HttpRoute |
determineRoute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
private AsyncSchemeRegistry |
getSchemeRegistry(org.apache.http.protocol.HttpContext context)
Deprecated.
|
private final AsyncSchemeRegistry schemeRegistry
public DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
private AsyncSchemeRegistry getSchemeRegistry(org.apache.http.protocol.HttpContext context)
public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException
determineRoute
in interface org.apache.http.conn.routing.HttpRoutePlanner
org.apache.http.HttpException