搜索资源列表
HttpsMessage
- 利用java开发http客户端的程序-use http client procedures
JAVA(testmianshi)
- 这种重定向的方法,将导致客户端浏览器的请求URL跳转。从浏览器中的地址栏中可以看到新的URL地址,作用类似于上面设置HTTP响应头信息的实现。 -redirect this approach will lead to the client browser to the URL request Jump. From the browser address bar can see the new URL addresses, role similar to the above provisio
JFtp
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, s
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
HTTP客户端
- java http客户端相应源代码-http client corresponding source code
taskmanager0.65
- 用java 实现的一个任务管理器,分客户端服务端,可以管理和监控远程任务(任务如:打开一个http连接,执行一个本地命令)-Using java to achieve a task manager, sub-client server, you can manage and monitor remote tasks (tasks such as: open a http connection, the implementation of a local order)
src
- Java HTTP Server and Client - easy to configure (Client is multithreaded for load testing)-Java HTTP Server and Client- easy to configure (Client is multithreaded for load testing)
tshs
- 旅游自助管理系统 本系统基于struts1.2, tomcat5.5.17, mysql5.0, eclipse3.1, myeclipse5.1开发。 使用方法: 1、使用mysql数据库,将/etc文件夹下边的数据库脚本文件导入,顺序为:create_role.sql, tshs.sql(或者选择导入已经部分初始化了的tshs-initialized.sql),完成后会新建一个tshs用户,密码为tshs; 2、将/WebRoot目录下的tshs.
ChineseChessUseinMobile
- 该文件为用java语言实现的在手机上运行的象棋游戏。主要实现了以下功能:界面设计简洁、友好、美观大方,保证直接上手便可游戏;操作简单、快捷方便;规则简单,方便游戏者进行游戏;实现智能规则判断;支持大型Web服务器,以Http协议通讯;向PC端开发靠拢,为以后PC与手机互联奠定基础。 压缩包中包含java源码,相应的数据库文件,以及说明文件一份。 -Java file for the language used in mobile phones running on the chess g
jspCasClient
- sso with yale cas server.this is the jsp client.http://214s.5d6d.com
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
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
java-URL
- 创建一个简单的HTTP客户程序,它访问由命令行参数(即main方法的参数)指定的一个网页并把得到的HTTP响应结果保存到本地文件系统的一个文件中。要求使用客户端协议处理框架编写。-Create a simple HTTP client, it is access from the command line parameters (the main 方法 the argument) specifies a Web page and which gain the HTTP Xiangying res
commons-httpclient-3.1-sources
- supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions ca
HTTPPRMI
- 本代码包含了java编写的HTTP客户端,HTTP服务器,以及RMI客户端和服务器-This code contains a HTTP client written in Java, HTTP server, and RMI clients and servers
java
- 客户端java程序向domino服务器发出CORBA请求,服务器通过HTTP协议返回给客户端IOR(Interoperable Object Reference),之后客户端通过IIOP协议与服务器进行通讯-Client java program CORBA request sent to the domino server, the server via HTTP protocol is returned to the client IOR (the Interoperable Object
httpcomponents-client-4.2.3-bin
- HttpClient 是 Apache Jakarta Common 下的子项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端编程工具包-The Apache HttpComponents™ project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols.
http-server-and-client
- 该程序是用java编写的一个http服务器和客户端程序,纯属原创,供大家参考和学习-The program is written in a java http server and client programs, is purely original, for your reference and learning
httpcomponents-client-4.3.3-bin.tar
- http client 开源JAR包HTTP 协议是现在的因特网最重要的协议之一。除了 WEB 浏览器之外, WEB 服务,基于网络的应用程序以及日益增长的网络计算不断扩展着 HTTP 协议的角色,使得越来越多的应用程序需要 HTTP 协议的支持。虽然 JAVA 类库 .net 包提供了基本功能,来使用 HTTP 协议访问网络资源,但是其灵活性和功能远不能满足很多应用程序的需要。而 Jakarta Commons HttpClient 组件寻求提供更为灵活,更加高效的 HTTP 协议支持,简化基
http client
- Java写的http Client接口示例代码。