Consider read-only HttpParams
-----------------------------
Key: HTTPCORE-101
URL: https://issues.apache.org/jira/browse/HTTPCORE-101
Project: HttpComponents Core
Issue Type: Improvement
Components: HttpCore, HttpCore NIO
Affects Versions: 4.0-alpha5
Reporter: Roland Weber
Assignee: Roland Weber
Priority: Minor
Fix For: 4.0-alpha6
Consider turning HttpParams into a read-only interface, moving modifiers to an
extension interface.
Suggested by Daniel Müller on httpcomponents-dev.
This will break the following style of updating existing parameters:
xxx.getParams().setParameter("name", value);
--
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]