From 62fc6b211e3f7342c9fb4370aa63a558e6ace58e Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 3 Sep 2008 03:46:54 +0000 Subject: [PATCH] Added more hint to additional resources --- src/main/java/org/jboss/netty/channel/ChannelHandler.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/org/jboss/netty/channel/ChannelHandler.java b/src/main/java/org/jboss/netty/channel/ChannelHandler.java index ee19bbb288..e5523c5be1 100644 --- a/src/main/java/org/jboss/netty/channel/ChannelHandler.java +++ b/src/main/java/org/jboss/netty/channel/ChannelHandler.java @@ -37,6 +37,10 @@ package org.jboss.netty.channel; *
  • {@link ChannelDownstreamHandler} handles and intercepts a downstream {@link ChannelEvent}.
  • * * + * You will also find more detailed explanation from the documentation of + * each sub-type about how an event is interpreted when it goes upstream and + * downstream respectively. + * *

    The context object

    *

    * A {@link ChannelHandler} is provided with a {@link ChannelHandlerContext}