[
https://issues.apache.org/jira/browse/HTTPCORE-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468398
]
Oleg Kalnichevski commented on HTTPCORE-32:
-------------------------------------------
I tend to see HttpProcessors as immutable, because I can't think of a
legitimate case where one might want to modify protocol interceptors 'on the
fly', but I do not feel very strongly about it. Just go ahead and hack it up in
HttpCore.
Oleg
> provide interface to manipulate interceptor lists
> -------------------------------------------------
>
> Key: HTTPCORE-32
> URL: https://issues.apache.org/jira/browse/HTTPCORE-32
> Project: HttpComponents Core
> Issue Type: New Feature
> Components: HttpCore
> Affects Versions: 4.0-alpha3
> Reporter: Roland Weber
> Assigned To: Roland Weber
> Priority: Minor
>
> HttpClient interface should expose the lists of request and response
> interceptors in an HttpProcessor to allow for programmatic modification.
> Currently, there is no interface that allows for modification, only the
> implementation class BasicHttpProcessor. Interfaces should be defined in
> HttpCore rather than HttpClient so they can be implemented directly by
> BasicHttpProcessor. Suggested names:
> HttpRequestInterceptorList
> HttpResponseInterceptorList
> 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]