Package org.apache.http.impl.nio.conn
Class DefaultHttpAsyncRoutePlanner
- java.lang.Object
-
- org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
-
- All Implemented Interfaces:
org.apache.http.conn.routing.HttpRoutePlanner
@Deprecated public class DefaultHttpAsyncRoutePlanner extends java.lang.Object implements org.apache.http.conn.routing.HttpRoutePlannerDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private AsyncSchemeRegistryschemeRegistryDeprecated.
-
Constructor Summary
Constructors Constructor Description DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.http.conn.routing.HttpRoutedetermineRoute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)Deprecated.private AsyncSchemeRegistrygetSchemeRegistry(org.apache.http.protocol.HttpContext context)Deprecated.
-
-
-
Field Detail
-
schemeRegistry
private final AsyncSchemeRegistry schemeRegistry
Deprecated.
-
-
Constructor Detail
-
DefaultHttpAsyncRoutePlanner
public DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
Deprecated.
-
-
Method Detail
-
getSchemeRegistry
private AsyncSchemeRegistry getSchemeRegistry(org.apache.http.protocol.HttpContext context)
Deprecated.
-
determineRoute
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.HttpExceptionDeprecated.- Specified by:
determineRoutein interfaceorg.apache.http.conn.routing.HttpRoutePlanner- Throws:
org.apache.http.HttpException
-
-