Rewrote the ChannelHandlerContext explanation
This commit is contained in:
parent
62fc6b211e
commit
76c9d8eb3c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user