搜索资源列表
Servletmail
- 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = \"http://www.yourSite.com/servlet/ 把www
javaQQ
- JAVA 版QQ源代码 使用WEBQQ协议HTTP协议。可登陆,获取好友,收发消息。-JAVA version of the QQ protocol source code WEBQQ HTTP protocol. Can be found, for friends, send and receive messages.
FCA_Greysh_Mail
- 在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。 一般用Javamail发送,目前最新的版本是1.4.2 可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本 如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量 可以在http://java.sun.com/javase/technologies/desktop/javabeans/ja
flickrapi-1.2
- java的flickr API的实现,可以自动的根据标签或者关键字进行图片下载-This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/). This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is b
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
DuanXinWangGuan
- 用java编程语言写的一个简单的例子,他可以发送HTTP请求-use java language to write an easy exzample,it can send http request
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
Ajax
- XmlHttp是一套可以在Javascr ipt、Vbscr ipt、Jscr ipt等脚本语言中通过http协议传送或从接收XML及其他数据的一套API。XmlHttp最大的用处是可以更新网页的部分内容而不需要刷新整个页面。-XmlHttp is set in Javascr ipt, Vbscr ipt, Jscr ipt scr ipting language via the http protocol to send or receive XML and other data set o
HttpUtils
- A helper method to send or retrieve data through HTTP protocol for Andriod.
xclient
- jms send mesegse with gui support http and jms
cmpp2-v4.0-(1)
- CMPP提供了基于TCP的长连接接口和短连接接口标准,SGIP提供了基于TCP和HTTP/TCP的短连接接口标准。CMPP中的短信网关为TCP服务器,通过接收SP发起的TCP连接来发送MT/MO/Report/Resp等消息。SGIP中发送MT/MTResp时是短信网关为TCP服务器,发送MO/MOResp/Report/ReportResp时短信网关作为TCP客户端。 长连接接口 通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信
Http
- java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
HttpGetTest
- http/post或者get协议发送数据方面的demo,页面的-http/post or get protocol to send data aspect demo, page
server-and-connect-it-to-the-customer-interface.r
- Setting this work: a master server, and implement the interface connection to it customers. Communication protocol - either streaming protocol based on TCP / IP (note - HTTP is not a streaming protocol). The server and client can be implemented in
javasdk
- 调用控制短信猫收发短信 引用来源http://www.wavecomcn.com/sdk/92.html-The call control SMS cat to send and receive text messages Reference source http://www.wavecomcn.com/sdk/92.html
HttpRequestHandler
- This an HTTP request handler. You just have to give the url to this class and it will send request the http server using get or post method to get connection.-This is an HTTP request handler. You just have to give the url to this class and it will se
src
- AjaxProcessor,ajax的封装类,简化ajax的调用。- This class is the central class of the AJAX Processor component. It provides the browser-independent implementation of HTTP requests handling. The methods to send request and handle response to it are provided