文件名称:web
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.71kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -The program used to implement to achieve the GET request method of Web server program, by creating ServerSocket class object, monitor port 8080 waiting to receive client connections to port 8080 create a word associated with the socket input stream and output stream then , read the client request information, if the request type is GET, request information from the visit to get the HTML file name, if the HTML file exists, then open the HTML file, the HTTP header information and the HTML file content returned by socket to the Web browser, then close the file. Otherwise, an error message sent to Web browser. Finally, close the Web browser with the corresponding socket connection word.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建 Microsoft Word 文档.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.