搜索资源列表
WebServerDemo
- 怎样编写多线程HTTP服务器,该服务器响应来自于WEB浏览器的请求,读取文件或网页,并把这些内容回送给用户-multithreading HTTP server, which responded from the Web browser's request, to read documents or Web pages, and integrate these elements to give users
webserver
- 一个多线程web服务器:将编译后的WebServer.class、RequestHandler.class和index.html文件至于网络主机的同一目录中. 首先运行服务器程序,服务器运行后显示端口信息”http Server runing on port 6789”, 然后在浏览器地址栏中输入http://localhost:6789/index.html,就可以正确的显示网页。 -A multi-threaded web server: the compiled WebSer