[JBoss JIRA] Created: (NETTY-196) MessageEvent.getRemoteAddress() should not return null at any case.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Thu Jul 23 21:23:41 EDT 2009


MessageEvent.getRemoteAddress() should not return null at any case.
-------------------------------------------------------------------

                 Key: NETTY-196
                 URL: https://jira.jboss.org/jira/browse/NETTY-196
             Project: Netty
          Issue Type: Feature Request
          Components: Core API
            Reporter: Trustin Lee
            Assignee: Trustin Lee
             Fix For: 3.1.0.GA


MessageEvent.getRemoteAddress() can return null by its specification, but it is often inconvenient because a user has to fall back to Channel.getRemoteAddress() by oneself.  It's simpler and more comprehensive return a non-null remote address at any case.

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