[JBoss JIRA] Created: (NETTY-247) Make HttpMessage, HttpChunk and their default implementation completely mutable
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Wed Nov 11 03:21:18 EST 2009
Make HttpMessage, HttpChunk and their default implementation completely mutable
-------------------------------------------------------------------------------
Key: NETTY-247
URL: https://jira.jboss.org/jira/browse/NETTY-247
Project: Netty
Issue Type: Feature Request
Components: Handler
Reporter: Trustin Lee
Assignee: Trustin Lee
Fix For: 3.2.0.ALPHA1
HttpMessage is a partially mutable type. There's no reason to keep the immutable properties immutable.
HttpChunk is an immutable type. However, considering that it's being used in parallel with HttpMessage, it should also be mutable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the netty-dev
mailing list