Netty核心组件之EventLoop

/**
 * Will handle all the I/O operations for a {@link Channel} once registered.
 *
 * One {@link EventLoop} instance will usually handle more then one {@link Channel} but this may depend on
 * implementation details and internals.
 *
 */

 

posted on 2020-12-03 18:17  哈皮的玩偶  阅读(88)  评论(0)    收藏  举报