摘要: 1、NIO的selector是边缘触发还是水平触发? 水平触发,看下面这段代码: public class Client1 { Selector selector; int writeEventTrigerCount = 0; public void run() throws IOException 阅读全文
posted @ 2020-11-08 19:43 ralgo 阅读(367) 评论(0) 推荐(0)