netty組件--Channel、EventLoop(Group)和 ChannelFuture

Channel、EventLoop(Group)和 ChannelFuture Netty 網絡抽象的代表: Channel—Socket; EventLoop—控制流、 多線程處理、 併發; ChannelFuture—異步通知。 Channel 和 EventLoop 關係如圖: Channel 接口 基本的 I/O 操作(bind()、 connect()、 read()和 write())
相關文章
相關標籤/搜索