且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在客户端和服务器之间建立多个IO流?

更新时间:2023-01-18 11:21:42

使用单个套接字实现此目的的一种方法是将各个流复用到单个字节流连接到套接字,这是一个很好的实现 BEEP

One way to accomplish this with a single socket is multiplexing the individual streams over a single bytestream connected to the socket, a good implementation of this is BEEP.