Commit Graph

11 Commits

Author SHA1 Message Date
Trustin Lee
b174d2f2e0 Padding for ID string 2009-02-16 14:32:40 +00:00
Trustin Lee
149d97d013 * Fixed issue: NETTY-125 (Backward incompatible) Use an integer as a Channel ID instead of UUID
* More concise Channel.toString() and ChannelEvent.toString() implementations
2009-02-16 11:59:33 +00:00
Trustin Lee
a698db26c9 Reduced the number of isConnected() calls in AbstractChannel.toString() 2009-02-09 08:01:10 +00:00
Trustin Lee
d50322f27f Fixed a problem where AbstractChannel.toString() returns dirty cache value 2009-02-09 08:00:26 +00:00
Trustin Lee
22b23938b8 Channel should implement Comparable<Channel> 2008-12-01 06:08:52 +00:00
Trustin Lee
6e40f62574 * Added Channel.getCloseFuture()
* Changed ChannelFuture.setSuccess() and setFailure() to return a boolean value
2008-11-26 09:21:00 +00:00
Trustin Lee
da04e2cae9 Fixed issue: NETTY-54 (Improve SimpleChannelHandler to implement ChannelDownstreamHandler)
Fixed issue: NETTY-55 (Channel.unbind() method is missing.)
2008-10-02 04:40:46 +00:00
Trustin Lee
6a759f0c63 Fixed grammar, typo, and brevity in Javadoc comments 2008-09-24 09:48:32 +00:00
Trustin Lee
b3c76b8cbf JavaDoc... 2008-09-02 07:13:20 +00:00
Trustin Lee
b4d84ce73b Fixed issue: NETTY-28 (Channel.compareTo() can return 0 for different channels.)
* Changed AbstractChannel.compareTo(Channel) to use the id of the channels instead of the identity hash codes
2008-08-25 08:57:03 +00:00
Trustin Lee
0202a01cf1 * Changed all package names to org.jboss.netty.*
* Added .classpath, .project and target to svn:ignore
2008-08-08 01:40:10 +00:00