Rewrote the ChannelHandlerContext explanation

This commit is contained in:
Trustin Lee 2008-09-03 03:50:18 +00:00
parent 62fc6b211e
commit 76c9d8eb3c

View File

@ -23,8 +23,8 @@
package org.jboss.netty.channel;
/**
* The context of a {@link ChannelHandler} which enables the interaction with
* its {@link ChannelPipeline}.
* The context type which enables the interaction
* between a {@link ChannelHandler} and its {@link ChannelPipeline}
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)