1、创建线程池;2、创建线程组;3、创建服务器通道;4、绑定端口;
5、传递CompletionHandler进行类似递归阻塞:
Server端:
assc.accept(this, new bhz.aio.ServerCompletionHandler());
Client端(ServerCompletionHandler.java):
attachment.assc.accept(attachment, this); read(asc);
1、创建线程池;2、创建线程组;3、创建服务器通道;4、绑定端口;
5、传递CompletionHandler进行类似递归阻塞:
Server端:
assc.accept(this, new bhz.aio.ServerCompletionHandler());
Client端(ServerCompletionHandler.java):
attachment.assc.accept(attachment, this); read(asc);