You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2012/10/04 13:39:07 UTC

[jira] [Resolved] (HTTPCLIENT-1226) Change most / all functions of AbstractHttpClient from default to protected

     [ 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org