org.mortbay.cometd.continuation
Class EXoContinuationCometdServlet

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
                  extended by org.mortbay.cometd.continuation.EXoContinuationCometdServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class EXoContinuationCometdServlet
extends org.mortbay.cometd.continuation.ContinuationCometdServlet

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mortbay.cometd.AbstractCometdServlet
_asyncDeliver, _bayeux, BROWSER_ID, CLIENT_ATTR, HTTP_CLIENT_ID, MESSAGE_PARAM, TRANSPORT_ATTR, TUNNEL_INIT_PARAM
 
Constructor Summary
EXoContinuationCometdServlet()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
          
protected  EXoContinuationBayeux newBayeux()
          
 
Methods inherited from class org.mortbay.cometd.continuation.ContinuationCometdServlet
doGet, doPost
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EXoContinuationCometdServlet

public EXoContinuationCometdServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

newBayeux

protected EXoContinuationBayeux newBayeux()

Overrides:
newBayeux in class org.mortbay.cometd.continuation.ContinuationCometdServlet


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.