搜索资源列表
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浏览器连接
httpServer.java
- http服务器端功能实现,功能实现非常简单,但是一个非常有用的程序-http server Function, function is very simple to achieve, but a very useful procedure
Java_WebClient.jar
- Java写的WebClient,去掉.zip后缀,双击即可运行Jar文件(前提是有Java环境),模拟客户端向服务器发出HTTP请求,可自行编辑Headers-Java write WebClient and remove. Zip extension. Double-click can run Jar (premise is Java environment), Simulation client to the server HTTP request, may be edited Header
j-nio-http-server-source
- 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下
FTPServer12
- 用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
Java Http Server
- 用Java编写的简单的HTTP服务器
ProxyServer.rar
- 一个简单的代理服务器,用来处理http协议中的get方法,A simple proxy server, http protocol to deal with the get method
Jhttpp2-SOURCE-0_4_25
- Java写的http代理服务器-Java writes http proxy server
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
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.
HTTPServer
- 用java语言学习写的一个httpserver,有基本的功能,适合初学http server的参考-Java language learning to write with a httpserver, basic features, suitable for beginner reference http server
JavaProxy_src
- Java proxy server -http traffic filter-Java proxy server-http traffic filter
http
- j2me上传图片到服务器,本源码包括客户端、服务器端和资源文件等。-j2me upload pictures to the server
ProxyJava
- A web proxy server is an intermediate agent forwarding HTTP messages between two computers - a client and a server. Both of them have no idea about the existence of the proxy as it is transparent to them. They send their requests and responses th
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
Flex-3-with-Java-June-2009
- (Including Source Code) Rich Internet applications (RIAs) are a new breed of web applications that are capable of doing things such as loading and handling heavy data ten times faster than HTTP, designing great-looking and sophisticated user interf
java-httpserver-master
- simply implemented the http server by java-java http server sample