[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695039#action_12695039
 ] 

Stojce Dimski commented on HTTPCLIENT-838:
------------------------------------------

Oleg,
In the meantime I reworked it a little:
- removed 'Nop' and 'NTLM'  configurers
- added generic 'Authentication' and 'SSL' configurers
- concrete implementations have Client and not HttpClient suffix
- added headers
take a look and tell me what do you think... maybe is better to eliminate 
generic type <T> and just use 'AbstractHttpClient' as a type ?
if it is ok, in the next weeks I can add also javadoc and unit tests...

> HttpClientConfigurator: configuration code for httpClient instance
> ------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-838
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-838
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Stojce Dimski
>             Fix For: 4.1.0
>
>         Attachments: config.zip, config2.zip
>
>
> provide and interface and some sample implementation for the concept of 
> HttpClient configurator. This component should contain configuration code for 
> already created httpClient instance. For example: registering ntlm 
> authentication scheme, configuration involved in ssl scenarios... This way 
> httpClient instance is decoupled from configuration code... (see attachements 
> :-)

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