More JavaDoc on ChannelEvent
This commit is contained in:
parent
b23b9dd03b
commit
3e699b7f4a
@ -32,6 +32,7 @@ package org.jboss.netty.channel;
|
|||||||
*
|
*
|
||||||
* <h3>Upstream events and downstream events, and their interpretation</h3>
|
* <h3>Upstream events and downstream events, and their interpretation</h3>
|
||||||
* <p>
|
* <p>
|
||||||
|
* Every event can be either a upstream event or a downstream event.
|
||||||
* If an event flows from the first handler to the last handler in a
|
* If an event flows from the first handler to the last handler in a
|
||||||
* {@link ChannelPipeline}, we call it a upstream event and say <strong>"an
|
* {@link ChannelPipeline}, we call it a upstream event and say <strong>"an
|
||||||
* event goes upstream."</strong> If an event flows from the last handler to
|
* event goes upstream."</strong> If an event flows from the last handler to
|
||||||
|
Loading…
Reference in New Issue
Block a user