org.mortbay.cometd.continuation
Class ContinuationCometdServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.mortbay.cometd.AbstractCometdServlet
              extended by org.mortbay.cometd.continuation.ContinuationCometdServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ContinuationCometdServlet
extends AbstractCometdServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mortbay.cometd.AbstractCometdServlet
_bayeux, BROWSER_ID, CLIENT_ATTR, HTTP_CLIENT_ID, MESSAGE_PARAM, TRANSPORT_ATTR, TUNNEL_INIT_PARAM
 
Constructor Summary
ContinuationCometdServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
protected  AbstractBayeux newBayeux()
           
 
Methods inherited from class org.mortbay.cometd.AbstractCometdServlet
browserId, getBayeux, getMessages, init, newBrowserId, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuationCometdServlet

public ContinuationCometdServlet()
Method Detail

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.