搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer.java 用JAVA编写Web服务器
- WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
selfWebServer(java)
- 个人WEB服务器,能实现对静态网页的发布,能同时支持10上以上的并发访问,可扩展功能较强,有CGI接口-personal Web server, able to static Web publishing, will be able to support more than 10 on the concurrent access, which can be expanded more powerful, CGI
fizmezWebServer-v1.3
- 又一个评价不错的java开发的web服务器,共享一下!-also a pretty good evaluation of the development of the java web server, sharing!
jo1.1beta1
- java的web服务器源码,我的收藏!分享一下!-java web server source code, my collection! Share!
WebServer-130
- 一个非常轻量级的Java Web服务器,【tiny java web server】支持Jsp,EJB。
Enhydra.XMLC.Java.Presentation.Development
- 本书围绕Enhydra这一Application Server介绍了Java Web开发和持久化的架构知识.
实现Web服务器重请求处理功能
- 实现Web服务器重请求处理功能的java编程-heavy Web server request processing functions java programming
增强Web服务器日志功能
- 增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
简单的WEB SERVER
- JAVA的简单的WEB SERVER-simple JAVA WEB SERVER
chap07 Web服务器和浏览器
- java编的web服务器和浏览器。已编译通过,java面向对象网络编程书的源码。-java series of the web server and browser. Compiled by java object-oriented programming on the network source.
jetty-5.1.3
- 一个轻量级的JAVA的WEB服务器,做JAVA开发的人比较有用-a lightweight Java Web server, so the Java development more useful
Java & Internet Programing for Mobile Robots
- Sample tracking of robots movement through web server
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
webserver
- 多线程web服务器 java语言 实现了 阅读文字 图片.jpg以及.gif -Multi-threaded web server, java language to implement read the text images. Jpg and. Gif
Search_Engine
- 描述了搜索引擎的系统结构,从网络机器人、索引引擎、Web服务器三个方面进行详细的说明,并通过实现一个新闻搜索引擎来进行例证。-Describes the search engine' s system structure, from the network robot, indexing engine, Web server three areas detailed explanation, and through the realization of a news search engi
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
server
- web服务器的简单实现!采用java语言,里面涉及了核心实现。-webserver s simple realization,use java,related to core of web server.
tcp-server
- 用JAVA实现的基于TCP的WEB服务器-Using JAVA WEB server based on TCP
WEB
- java实现web服务器-计网第一次试验(Java implementation of web server)
