NIO非阻塞編程小案例

@Test public void client() throws Exception{ //1、獲取通道 SocketChannel sChannel = SocketChannel.open(new InetSocketAddress("127.0.0.1",9898)); //2、切換非阻塞 sChannel.configureBlocking(fal
相關文章
相關標籤/搜索