More links to ChannelEvent and ChannelHandler in ChannelPipeline JavaDoc

This commit is contained in:
Trustin Lee 2008-09-01 15:56:45 +00:00
parent 9cc8c28491
commit 08e828c4fb

View File

@ -66,8 +66,8 @@ import org.jboss.netty.handler.ssl.SslHandler;
*
* <h3>How an event flows in a pipeline</h3>
* <p>
* The following diagram describes how events flow upstream and downstream in
* a {@link ChannelPipeline} typically:
* The following diagram describes how {@link ChannelEvent}s are processed by
* {@link ChannelHandler}s in a {@link ChannelPipeline} typically:
*
* <pre>
* I/O Request