org.mortbay.cometd.continuation
Class ContinuationCometdServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mortbay.cometd.AbstractCometdServlet
org.mortbay.cometd.continuation.ContinuationCometdServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ContinuationCometdServlet
- extends AbstractCometdServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuationCometdServlet
public ContinuationCometdServlet()
newBayeux
protected AbstractBayeux newBayeux()
- Specified by:
newBayeux
in class AbstractCometdServlet
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.