[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stojce Dimski updated HTTPCLIENT-748:
-------------------------------------

    Attachment: schemeRegistry.patch

for other two I will investigate

> make SchemeRegistry friendlier for DI frameworks
> ------------------------------------------------
>
>                 Key: HTTPCLIENT-748
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-748
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpAuth, HttpConn, HttpCookie
>            Reporter: Stojce Dimski
>            Priority: Minor
>             Fix For: 4.0 Alpha 4
>
>         Attachments: schemeRegistry.patch
>
>
> Scheme's in SchemeRegistry are registered via 'register' method, but there is 
> no way to pass it a set of schemes so those can be registered in one step. 
> This way it can be externally configured and 'spring/guice friendly'... 
> something like this is sufficient...
> public void setSchemes (final Set <Scheme> schemes) {
>     for (final Scheme scheme : schemes) 
>         register(scheme);    
> }

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