Added a link to ChannelEvent in Channel JavaDoc
This commit is contained in:
parent
036abda601
commit
97b252afe3
@ -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>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user