搜索资源列表
visit_http
- 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。
HelloWorld
- SOAP(Simple Object Access Protocol)是基于XML实现了一种消息格式以交换请求和使用,使用XML作为SOAP消息的基础使得任何实现基本的INTERNET通信服务的系统都能处理和传送这类消息 。-POST /StockQuote HTTP/1.1 Host: www.stockquoteserver.com Content-Type: text/xml charset="utf-8“ Content-Length: nnnn SOAPAction:
EX08_01_1
- Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
Main
- java 实现 http 请求,源代码,保证可用,可以正确请求,HTTP数据并且返回。-java http post client
visit_http
- 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。-One used to access the http server things. Function similar to that of java.net. But strong, this method of support for the Post better.
HttpUtil
- 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
androidhttp封装
- 对httpConnection的封装,支持post、get异步。(The encapsulation of httpConnection supports asynchronous post and get.)
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