move HttpRoute and related classes to separate package
------------------------------------------------------

                 Key: HTTPCLIENT-729
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-729
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpConn
    Affects Versions: 4.0 Alpha 2
            Reporter: Roland Weber
            Assignee: Roland Weber
            Priority: Minor
             Fix For: 4.0 Alpha 3


The route-related stuff in o.a.h.conn is detached from the rest of the 
connection management API.
Move HttpRoute, RouteTracker, HttpRouteDirector, HttpRoutePlanner to 
o.a.h.conn.route or ...routing.
Implementation classes have a dependency on Scheme and SchemeRegistry in 
o.a.h.conn,
but that does not introduce a recursive dependency between packages.


-- 
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]

Reply via email to