搜索资源列表
20040614javahttp
- 用java实现的http服务器端例程java-achieved using java http server routines java
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
jetty-4.2.25-all
- 纯JAVA写的HTTP Server and Servlet -was pure Java HTTP Server and Servlet
httpServer.java
- http服务器端功能实现,功能实现非常简单,但是一个非常有用的程序-http server Function, function is very simple to achieve, but a very useful procedure
webserver0_2
- 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTT
server2hhp
- 一个用java编写的http服务器代码,可以解释和发布html文件,可以自行扩展-a prepared with the http server code, interpretation and dissemination of html documents and self-expansion
Java Http Server
- 用Java编写的简单的HTTP服务器
Jhttpp2-SOURCE-0_4_25
- Java写的http代理服务器-Java writes http proxy server
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
HttpServer
- small http server
Http
- RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of
Server-Client.tar
- 用java编写的http的client和server程序,还有多线程的server文件,还有http/1.0与http/1.1的区别。也是是SSD8卡耐基课程的练习一。-Http using java prepared by the client and server procedures, as well as multi-threaded file server, as well as the difference between http/1.0 and http/1.1. Carnegi
Java~VRML_Design
- Windows、Unix操作系统HTTP服务器架设,并以专栏形式,对java及HTTP、VRML等语言进行介绍。-Windows, Unix operating system to set up HTTP server, and to form columns of java and HTTP, VRML and other languages are introduced.
JavaProxy_src
- Java proxy server -http traffic filter-Java proxy server-http traffic filter
http
- j2me上传图片到服务器,本源码包括客户端、服务器端和资源文件等。-j2me upload pictures to the server
SimpleHttp
- Simple code of http client and server with Java
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
jspbook
- GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side t
HTTP-server-program
- 基于Java的HTTP服务器程序实现,本程序是在LINUX环境下实现的-Java-based HTTP server program to achieve really LINUX environment
zrogramming-JAVA
- 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-Simple WEB server, JAVA SOCKET programming, the HTTP protocol