搜索资源列表
chatserver
- 利用Nio多线程实现用户随机聊天的一个简单例子 服务器用NIO技术实现,避免了服务器需要为每一个客户开启一个线程,并用多线程实现读写操作。-Multithread by Nio the user a simple example of random chat server technology with the NIO, to avoid the server needs to open a thread for each client, and read and write operati
BTL_NguyenVanSong_09020419
- client-server multithread
MultiThreadWebServer
- 基于Java实现的一个简单的多线程Web服务器,能够处理GET方法。-A Simple MultiThread Web Server in Java which can handle GET method