package com.edianxun.test; import java.io.IOException; import java.util.Date; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class PushServlet extends HttpServlet{ private static final long serialVersionUID = 1L; public void service(HttpServletRequest request , HttpServletResponse response) throws ServletException,IOException{ String msg ; for (int i = 0; i < 10; i++) { try { Thread.sleep(5000); } catch (Exception e) { System.out.println("sleep error"); e.printStackTrace(); } msg = "danget" +i+"---"+ new Date(); System.out.println(i); try { new PushletEvent().pushletEvent(msg); } catch (Exception e) { e.printStackTrace(); } System.out.println("******"+i); } request.getRequestDispatcher("end.jsp").forward(request, response); } }
最近下载更多
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日