Added a link to ChannelConfig in Channel

This commit is contained in:
Trustin Lee 2008-09-03 01:09:40 +00:00
parent a145d578cc
commit 6c8adf3198

View File

@ -34,7 +34,7 @@ import java.util.UUID;
* A channel provides a user:
* <ul>
* <li>the current state of the channel (e.g. is it open? is it connected?),</li>
* <li>the configuration parameters of the channel (e.g. receive buffer size),</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
* associated with the channel.</li>