摘要: 1.重要概念 Channel Netty中的channel定义了丰富的和socket交互的操作方法:bind, close, config, connect, isActive, isOpen, isWritable, read, write 等等 ChannelHandler 用户处理入站和出站的 阅读全文
posted @ 2021-01-08 11:22 会潮 阅读(143) 评论(0) 推荐(0)