搜索资源列表
java_http_down
- JAVA实现的HTTP协议数据交互 实现文件下载-JAVA HTTP protocol data files downloaded interactive
jftp
- 一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上的资源,也可以浏览局域网上的Windows共享资源等-a written using Java FTP client program. Not only powerful FTP support, but also support other protocols such as SMB, SFTP, NFS, HTTP, and so o
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
大牛的socks5代理
- 由于工作需要,最近在实现这些代理的协议,主要实现java和c的版本。 java的版本好办,有一个java的proxy类,这个就内置了对代理协议的支持; c的呢,就要自己来了。先动手看看协议。 主要是如下几个RFC http://ftp.icm.edu.pl/packages/socks/socks4/SOCKS4.protocol http://www.rfc-editor.org/rfc/rfc1928.txt http://www.smartftp.com/Products/
ProxyServer.rar
- 一个简单的代理服务器,用来处理http协议中的get方法,A simple proxy server, http protocol to deal with the get method
MultiThreadDownload
- 用Java开发的多线程下载工具,支持http和ftp协议,在eclipse下运行通过,这是做Java课程设计时做的-Java development with multi-threaded download tools, support for http and ftp agreement runs through the eclipse, which is doing the design of Java programs do
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
1119233
- 通过http协议通信进行数据收发处理的java源代码-Http protocol communication by sending and receiving data processing java source code
net
- 关于HTTP协议详解,网络虚拟实验室系统中TCP_IP协议下Socket通讯,Java平台的线程和TR069协议中文版的详细资料-Xiang Jie on the HTTP protocol, network virtual laboratory system TCP_IP agreement Socket Communications, Java platform thread and TR069 protocol details of the Chinese version
SDM-V25
- Cisco 安全设备管理工具:SDM SDM(Security Device Manager)是Cisco公司提供的全新图形化路由器管理工具。SDM在新版CCNP第三门课程ISCW1.0中重点讲解,该工具利用WEB界面、Java技术和交互配置向导使得用户无需了解命令行接口(CLI)即可轻松地完成IOS路由器的状态监控、安全审计和功能配置包括:QoS、Easy VPN Server、IPS、DHCP Server、动态路由协议等配置任务也可以利用SDM轻松而快捷地完成。使用SDM可以简化网络管
httpcomponents-client-4.1.1-bin
- httpclient 4.1HTTP 协议可能是现在 Internet 上使用得最多、最重要的协议了,越来越多的 Java 应用程序需要直接通过 HTTP 协议来访问网络资源。虽然在 JDK 的 java.net 包中已经提供了访问 HTTP 协议的基本功能,但是对于大部分应用程序来说,JDK 库本身提供的功能还不够丰富和灵活。-httpclient 4.1
WebServer
- java程序编写的模拟web服务器,对了解网络编程和http协议有帮助-web server
MyMemcachedClient
- 高效简单的Memcached java client api。支持二进制协议,用于1.4版本及以上,实现客户端所有操作。自己造个轮子,是不得已而为之。能找到的client都太复杂太慢,简单的事情用简单的方法处理,自己写一个好了。遵循的协议:http://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol 注:memcached1.4开始正式支持二进制协议。-simple and high performance java clien
day3
- http协议的讲解,用java写一些简单的servlet方法,适合于初学者。-explain the http protocol, used to write some simple java servlet method, suitable for beginners.
openfire_3_9_1.tar
- Openfire是一个强大的即时消息(IM)和聊天服务器,它实现了XMPP协议。这份文件将引导您通过安装Openfire。对于更多的功能和信息的完整列表,请访问Openfire网站:http://www.igniterealtime.org/projects/openfire/-Openfire (previously known as Wildfire, and Jive Messenger) is an instant messaging (IM) and groupchat server
BsPhp7.5
- Bsphp软件管理系统是一套支持软件接口和用户会员平台以及支持做微型企业官网系统,CMS模板内容简单实用可以极快搭建好一 个企业或者软件专题下载线上服务网站,后台界面简洁易用!Bsphp服服务端提供很多对外API接口可以实现客户端调用用户中心 功能,从而实现控制软件开发软件授权使用,支持PC端,安卓,苹果系统,编程语言有C++,易语言,C#,VB,TC,Delphi,E4a,VC,JAVA, 只要支持http协议就可以调用Bsphp客户端功能!-Bsphp soft
zrogramming-JAVA
- 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-Simple WEB server, JAVA SOCKET programming, the HTTP protocol
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