[
https://issues.apache.org/jira/browse/HTTPCLIENT-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1226.
-------------------------------------------
Resolution: Implemented
> Change most / all functions of AbstractHttpClient from default to protected
> ---------------------------------------------------------------------------
>
> Key: HTTPCLIENT-1226
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1226
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: 4.2.1
> Reporter: Benson Margulies
>
> Functions such as
> http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/AbstractHttpClient.html#addRequestInterceptor(org.apache.http.HttpRequestInterceptor)
> are default-access, which means that a subclass that wishes to call one in
> order to set up its behavior has to be inside the package.
> This does not seem ideal; why not make them protected?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]