搜索资源列表
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浏览器连接
一个java常用类库的源代码
- 对比 20051019 版本主要改动: 1m1.去掉makedist.sh生成的configure等文件,安装更方便2.web增加版面RSS (by BunnyQ)3.web增加相关版面链接 (by Sdragons)4.telnet 增加D强制删除 (by garnett) 开发页面: http://bbs.tju.cn/us/dev-contrast to the major changes to version 20051019 : 1M1. Remove makedist.sh
RabbIT2
- 一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed o
jetty-4.2.25-all
- 纯JAVA写的HTTP Server and Servlet -was pure Java HTTP Server and Servlet
java_http_down
- JAVA实现的HTTP协议数据交互 实现文件下载-JAVA HTTP protocol data files downloaded interactive
httpServer.java
- http服务器端功能实现,功能实现非常简单,但是一个非常有用的程序-http server Function, function is very simple to achieve, but a very useful procedure
Java Http Server
- 用Java编写的简单的HTTP服务器
Java TCP/HTTP代理
- 一个Java写的端口代理程序,大家不妨可以看看
HttpServer
- small http server
Java_Http_Client
- 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy sol
http
- 一个html解析器,能够从指定网页中获取图片并保存。-This is a html parser, this parser can access a specified page and save the picture in your computer.
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
JavaProxy_src
- Java proxy server -http traffic filter-Java proxy server-http traffic filter
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
GetSample
- http get-http get
java-nettwork
- 巨作---java网络编程第三版 源码。 详细介绍java网络编程中的知识, 从tcp/udp/http等各种协议和java实现。 -允许输入拉丁字符的拼音 Masterpiece--- java network programming third edition of the source. Detailed knowledge of java network programming From the tcp/udp/http protocol and java.
http实现的通信
- 关于http协议详解。适合初学者使用,欢迎大家下载预览一起学习(Primary data, a Linux programming for beginners to use)
HTTP
- 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t