public class LongPollingServlet
extends HttpServlet
| Constructor and Description |
|---|
LongPollingServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp) |
static int |
getThreadCounter()
Number of threads that are currently waiting for a result.
|
void |
init() |
public static int getThreadCounter()
public void init()
throws ServletException
ServletExceptionpublic void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionprotected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionCopyright © CaptainCasa Gmbh. All Rights Reserved.