public class GravityTomcatServlet extends AbstractCometProcessor
| Constructor and Description |
|---|
GravityTomcatServlet() |
| Modifier and Type | Method and Description |
|---|---|
CometIO |
createCometIO() |
boolean |
handleEnd(org.apache.catalina.CometEvent event) |
boolean |
handleError(org.apache.catalina.CometEvent event) |
boolean |
handleRequest(org.apache.catalina.CometEvent event,
java.io.InputStream content) |
begin, end, error, event, read, servicecleanupRequest, deserialize, deserialize, doDelete, doGet, doHead, doOptions, doPut, doTrace, getConnectMessage, getLongPollingTimeout, init, initializeRequest, removeConnectMessage, serialize, setConnectMessagedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic CometIO createCometIO()
createCometIO in class AbstractCometProcessorpublic boolean handleRequest(org.apache.catalina.CometEvent event,
java.io.InputStream content)
throws java.io.IOException,
javax.servlet.ServletException
handleRequest in class AbstractCometProcessorjava.io.IOExceptionjavax.servlet.ServletExceptionpublic boolean handleEnd(org.apache.catalina.CometEvent event)
throws java.io.IOException,
javax.servlet.ServletException
handleEnd in class AbstractCometProcessorjava.io.IOExceptionjavax.servlet.ServletExceptionpublic boolean handleError(org.apache.catalina.CometEvent event)
throws java.io.IOException
handleError in class AbstractCometProcessorjava.io.IOException