More JavaDoc on ChannelEvent

This commit is contained in:
Trustin Lee 2008-09-03 03:08:27 +00:00
parent b23b9dd03b
commit 3e699b7f4a

View File

@ -32,6 +32,7 @@ package org.jboss.netty.channel;
*
* <h3>Upstream events and downstream events, and their interpretation</h3>
* <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
* {@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