HttpMethodDirector
in HttpClient 3.
@param target the target host for the request.Implementations may accept null
if they can still determine a route, for example to a default target or by inspecting the request.
@param request the request to execute
@param context the context for executing the request
@return the final response to the request.This is never an intermediate response with status code 1xx.
@throws HttpException in case of a problem
@throws IOException in case of an IO problemor if the connection was aborted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|