Refine the documentation a little bit more
This commit is contained in:
parent
ab1a598534
commit
2b6b49920c
@ -17,8 +17,8 @@ package org.jboss.netty.channel;
|
||||
|
||||
|
||||
/**
|
||||
* Enables a {@link ChannelHandler} to interact with the {@link ChannelPipeline}
|
||||
* it belongs to. A handler can send a {@link ChannelEvent} upstream or
|
||||
* Enables a {@link ChannelHandler} to interact with its {@link ChannelPipeline}
|
||||
* and other handlers. A handler can send a {@link ChannelEvent} upstream or
|
||||
* downstream, modify the {@link ChannelPipeline} it belongs to dynamically.
|
||||
*
|
||||
* <h3>Sending an event</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user