introduce HttpRoutePlanner interface
------------------------------------
Key: HTTPCLIENT-669
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-669
Project: HttpComponents HttpClient
Issue Type: Improvement
Components: HttpClient, HttpConn
Reporter: Roland Weber
Define an interface to determine a route for a given target host.
Create default implementation replacing DefaultHttpClient.determineRoute(...);
Implementations will need access to params and/or request.
The interface fits into HttpConn, but DHC.dR(...) uses client parameters.
Either move parameters to HttpConn, or keep default implementation in
HttpClient.
Alternative implementations could evaluate Java system properties related to
proxy settings.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]