搜索资源列表
Simple_Web_Client
- 一个简单的web客户端,实现了http协议的功能!-a simple web client to achieve the http protocol functions!
HttpDownExample
- 用多线程下载URL定位的文件,主要供学习java多线程的人和HTTP协议的人参考-using multithreading download URL positioning documents, primarily for the study of java multithreading and the HTTP protocol reference
MTdownload
- 自己编写的一个在Java中通过http协议多线程下载的一个程序例子。通过HTTP请求先得到文件长度,一般切成5块后分别下载。本人在Jbuilder9中调试通过!开发环境JBuilder9-themselves in the preparation of a Java through http protocol multithreaded download a procedural example. HTTP request prior document length, cut into five
Web_Server_20070101
- 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-simple Web servers, Java Socket Programming, HTTP protocol related
MyHtmlParser
- 简单的html解释器,把网页中所有格式和图片过滤,只留下文字。可以分析以file和http协议指向的地址。
FileManager
- 使用http协议从指定服务器下载文件的主要代码
WebBrowser
- Java写的简单浏览器。 没有单独解析http协议,接受后直接用文本编辑器打开,能实现简单格式的网页显示(图片和超级链接)。 此代码是我们老师提供给我们的例子。
myuploader-source-v181
- MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条.
mydownloader-source-v12
- MyDownloader 是一款使用 http 协议(RFC 1867)用于下载一个或多个文件到本地的简单易用的收费 Java 程序.使用托拽操作,你可以在一个页面内下载多个文件.在下载文件的过程当中提供一个可视化进度条.
HTTP
- 用JAVA语言实现基于HTTP协议的数据截获与还原,能够用java编写的源码截获http协议数据并对其进行还原。 首先:用Jpcap对HTTP协议数据进行截获。其次、通过分析HTTP协议和数据还原得到HTTP协议数据。 -JAVA language with HTTP-based data intercepted and Restore can be used to prepare the source java intercepted http protocol data and
miniserver4j-0.1
- miniServer4J 是一个简洁小巧的 HTTP WEB 应用服务器。 其底层基于 JRE6.0 Networking 模块的 com.sun.net.httpserver 工具包提供对 HTTP 协议层提供支持, 在此基础上对上层应用程序提供标准的 Java Servlet 支持。-miniServer4J is a simple and compact HTTP WEB application server. Based on its bottom JRE6.0 Networking t
jpcapdump
- 本程序用来实现对网络流量的获取及分析功能。可以分离出tcp/udp报文,http协议,ftp协议,snmp协议等。-This procedure used to achieve access and network traffic analysis. Can be isolated from tcp/udp packet, http protocol, ftp protocol, snmp agreement.
JavaTransmissionControlProtocol
- JAVA传输控制协议 Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。-JAVA Transmission Control Protocol Http client program has been integrated into the Java language, you can cal
Http_Servlet_request_and_response_protocol_and
- Http协议与Servlet请求和响应Http Servlet request and response protocol and-Http Servlet request and response protocol with the Http Servlet request and response protocol and
HTTP
- 关于HTTP协议的讲解,对那些web开发者来讲比较有用,没有面面俱到,但很实用。-Explained on the HTTP protocol, web developers in terms of those more useful, not exhaustive, but very practical.
HTTP
- http协议详细介绍, 带你快速了解真实的http协议-http protocol details with you to quickly understand the real http protocol
JavaHttpClient
- 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
http
- http 协议栈学习帮助文件,使用html的方式,层次明确-the http help file
15.Http
- Android 网络编程,关于http协议的传送与获取,包括直接获取,GET方式和POST方式-Android network programming on the http protocol to send and acquisition, including direct access to or, GET and POST
HttpUploadFile
- 使用socket模仿http协议上传文件,加深对http协议的了解(uploading files : Using socket to mimic HTTP protocol)