Added a link to ChannelEvent in Channel JavaDoc

This commit is contained in:
Trustin Lee 2008-09-03 08:30:17 +00:00
parent 036abda601
commit 97b252afe3

View File

@ -36,7 +36,7 @@ import java.util.UUID;
* <li>the current state of the channel (e.g. is it open? is it connected?),</li>
* <li>the {@linkplain ChannelConfig configuration parameters} of the channel (e.g. receive buffer size),</li>
* <li>the I/O operations that the channel supports (e.g. read, write, connect, and bind), and</li>
* <li>the {@link ChannelPipeline} which handles all I/O events and requests
* <li>the {@link ChannelPipeline} which handles all {@link ChannelEvent I/O events and requests}
* associated with the channel.</li>
* </ul>
*