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 Object
implements org.apache.http.conn.routing.HttpRoutePlanner
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultHttpAsyncRoutePlanner
(AsyncSchemeRegistry schemeRegistry) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.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.
-
Field Details
-
schemeRegistry
Deprecated.
-
-
Constructor Details
-
DefaultHttpAsyncRoutePlanner
Deprecated.
-
-
Method Details
-
getSchemeRegistry
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.HttpException Deprecated.- Specified by:
determineRoute
in interfaceorg.apache.http.conn.routing.HttpRoutePlanner
- Throws:
org.apache.http.HttpException
-