move class Scheme and friends to a separate package
---------------------------------------------------

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


We currently have a recursive dependency between packages o.a.h.conn and 
o.a.h.conn.routing, because routing depends on Scheme/SchemeRegistry. While 
these classes are used throughout the connection management code, they are not 
really part of the connection management itself and would therefore fit nicely 
into a separate package.

preliminary list of classes and interfaces to move:
- Scheme
- SchemeRegistry
- SocketFactory
- LayeredSocketFactory
- PlainSocketFactory

suggested package name: o.a.h.conn.scheme

Package o.a.h.conn.ssl can stay where it is, it only changes its dependency 
from conn to the new package.

cheers,
  Roland


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