Java 中的tcp協議

傳輸控制協議(TCP,Transmission Control Protocol)是一種面向連接的、可靠的、基於字節流的傳輸層通信協議,由IETF的RFC 793 [1] 定義。 建立2個類 TcpServer TcpClient public class TcpServer { public static void main(String[] args)throws IOException {
相關文章
相關標籤/搜索