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}
|
* Enables a {@link ChannelHandler} to interact with its {@link ChannelPipeline}
|
||||||
* it belongs to. A handler can send a {@link ChannelEvent} upstream or
|
* and other handlers. A handler can send a {@link ChannelEvent} upstream or
|
||||||
* downstream, modify the {@link ChannelPipeline} it belongs to dynamically.
|
* downstream, modify the {@link ChannelPipeline} it belongs to dynamically.
|
||||||
*
|
*
|
||||||
* <h3>Sending an event</h3>
|
* <h3>Sending an event</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user