首页>代码>java开源Comet框架pushlet将消息从服务器端推送到客户端的Demo>/pushletDemo/src/com/edianxun/test/HelloWorldPushlet.java
package com.edianxun.test; import java.io.Serializable; import java.util.Date; import nl.justobjects.pushlet.core.Event; import nl.justobjects.pushlet.core.EventPullSource; @SuppressWarnings("serial") public class HelloWorldPushlet extends EventPullSource implements Serializable{ @Override protected long getSleepTime() { return 5000; } @Override protected Event pullEvent() { Event event = Event.createDataEvent("/edianxun/omc"); String msg = "hello world" + new Date(); event.setField("omc", msg); return event; } }
最近下载更多
lironggang LV38
2023年4月25日
康 LV1
2021年11月24日
ddqddqddq LV14
2021年5月31日
cc文慧 LV1
2021年4月26日
长得丑活得久 LV3
2021年3月8日
912299793 LV21
2021年2月10日
刘大神 LV6
2020年8月5日
SAN0001 LV3
2020年5月16日
luqb890913 LV12
2019年7月26日
优客木子 LV3
2019年5月24日
最近浏览更多
lironggang LV38
2023年4月25日
17608417105 LV9
2022年8月22日
好的好的 LV8
2022年7月13日
nibin576 LV6
2022年5月31日
hongxinmiao LV7
2022年5月19日
康 LV1
2021年11月24日
kwm2921944 LV10
2021年6月16日
ddqddqddq LV14
2021年5月31日
长得丑活得久 LV3
2021年3月8日
912299793 LV21
2021年2月10日