[JBoss JIRA] Updated: (NETTY-247) Make HttpMessage, HttpChunk and their default implementation completely mutable

Trustin Lee (JIRA) jira-events at lists.jboss.org
Mon Nov 16 07:34:43 EST 2009


     [ https://jira.jboss.org/jira/browse/NETTY-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee updated NETTY-247:
------------------------------

    Fix Version/s: 3.2.0.ALPHA2
                       (was: 3.2.0.ALPHA1)


> 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.ALPHA2
>
>
> 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