網絡Socket編程TCP協議例子

   1.單線程TCP服務端 1 public class TcpChatServer { 2 3 private Integer port=8000; 4 private ServerSocket serverSocket; 5 6 public static void main(String[] args)throws Exception {
相關文章
相關標籤/搜索