Go to file
Trustin Lee 590ebcc394 Fixed issue: NETTY-180 Channel.getRemoteAddress() can return null for a received MessageEvent when ExecutionHandler is in the pipeline.
* DatagramChannel implementations cache localAddresses now
* DatagramChannel implementations don't cache remoteAddress because a user can disconnect and then connect again.  However, MessageEvent.getRemoteAddress() will always have correct remoteAddress value, so it shouldn't be a problem at all.
2009-06-23 07:52:12 +00:00
license * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
src Fixed issue: NETTY-180 Channel.getRemoteAddress() can return null for a received MessageEvent when ExecutionHandler is in the pipeline. 2009-06-23 07:52:12 +00:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added .gitignore 2009-01-16 00:57:03 +00:00
COPYRIGHT.txt Updated the copyright information 2009-06-16 09:15:46 +00:00
LICENSE.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
NOTICE.txt * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2009-06-19 18:11:32 +00:00