CoreConnectionPNames/HttpConnectionParams doesn't have a corresponding Bean
class
---------------------------------------------------------------------------------
Key: HTTPCLIENT-873
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-873
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.0 Final
Reporter: Gerald Turner
Priority: Minor
The HttpParams framework seems to follow a policy of having:
• an interface to declare the parameter string constant (e.g.
ConnManagerPNames.TIMEOUT), also AllPNames implements this interface.
• a class containing static accessors for the parameter (e.g.
ConnManagerParams.get/setTimeout)
• a bean class with accessors (sometimes setters only) for the parameter
(e.g. ConnManagerParamBean.setTImeout)
CoreConnectionPNames/HttpConnectionParams are missing the bean class.
Furthermore the class name HttpConnectionParams doesn't quite follow the style
(should be named CoreConnectionParams), but ClientPNames/HttpClientParams also
has this oddity.
--
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]