org.granite.gravity.jbossweb
Class GravityJBossWebServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.granite.gravity.AbstractGravityServlet
org.granite.gravity.jbossweb.AbstractHttpEventServlet
org.granite.gravity.jbossweb.GravityJBossWebServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, org.jboss.servlet.http.HttpEventServlet
public class GravityJBossWebServlet
- extends AbstractHttpEventServlet
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class org.granite.gravity.AbstractGravityServlet |
cleanupRequest, deserialize, deserialize, doDelete, doGet, doHead, doOptions, doPut, doTrace, getConnectMessage, getLongPollingTimeout, init, initializeRequest, removeConnectMessage, serialize, setConnectMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GravityJBossWebServlet
public GravityJBossWebServlet()
createCometIO
public CometIO createCometIO()
- Specified by:
createCometIO in class AbstractHttpEventServlet
handleRequest
public boolean handleRequest(org.jboss.servlet.http.HttpEvent event,
InputStream content)
throws IOException,
ServletException
- Specified by:
handleRequest in class AbstractHttpEventServlet
- Throws:
IOException
ServletException
handleEnd
public boolean handleEnd(org.jboss.servlet.http.HttpEvent event)
throws IOException,
ServletException
- Specified by:
handleEnd in class AbstractHttpEventServlet
- Throws:
IOException
ServletException
handleError
public boolean handleError(org.jboss.servlet.http.HttpEvent event)
throws IOException
- Specified by:
handleError in class AbstractHttpEventServlet
- Throws:
IOException