基於 NIO 與 Socket 實現的聊天系統 v1.2(多線程、命令行、NIO、)

複習到了 NIO ,於是動手實現了一個非阻塞的 Socket 通信 image.png 服務端 public class NServer { // 用於檢測所有Channel狀態的Selector private Selector selector = null; static final int PORT = 30000; // 定義實現編碼、解碼的字符集對象
相關文章
相關標籤/搜索