@Contract(threading=STATELESS) public interface HttpRoutePlanner
HttpRoute
to a target host.
Implementations may for example be based on parameters, or on the
standard Java system properties.
Implementations of this interface must be thread-safe. Access to shared data must be synchronized as methods of this interface may be executed from multiple threads.
Modifier and Type | Method and Description |
---|---|
HttpRoute |
determineRoute(HttpHost target,
HttpContext context)
Determines the route for the given host.
|
HttpRoute determineRoute(HttpHost target, HttpContext context) throws HttpException
target
- the target host for the request.context
- the context to use for the subsequent execution.
Implementations may accept null
.HttpException
- in case of a problem