org.atmosphere.plugin.bayeux
Class AtmosphereBayeuxServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.cometd.server.AbstractCometdServlet
          extended by org.cometd.server.continuation.ContinuationCometdServlet
              extended by org.atmosphere.plugin.bayeux.AtmosphereBayeuxServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AtmosphereBayeuxServlet
extends org.cometd.server.continuation.ContinuationCometdServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cometd.server.AbstractCometdServlet
__DEFAULT_REFS_THRESHOLD, _bayeux, _refsThreshold, BROWSER_ID, CLIENT_ATTR, HTTP_CLIENT_ID, MESSAGE_PARAM, TRANSPORT_ATTR, TUNNEL_INIT_PARAM
 
Constructor Summary
AtmosphereBayeuxServlet()
           
 
Method Summary
protected  org.cometd.server.AbstractBayeux newBayeux()
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.cometd.server.continuation.ContinuationCometdServlet
destroy
 
Methods inherited from class org.cometd.server.AbstractCometdServlet
findBrowserId, getBayeux, getMessages, init, service, setBrowserId
 
Methods inherited from class javax.servlet.GenericServlet
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

AtmosphereBayeuxServlet

public AtmosphereBayeuxServlet()
Method Detail

newBayeux

protected org.cometd.server.AbstractBayeux newBayeux()
Overrides:
newBayeux in class org.cometd.server.continuation.ContinuationCometdServlet

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
Overrides:
service in class org.cometd.server.continuation.ContinuationCometdServlet
Throws:
ServletException
IOException


Copyright © 2009 SUN Microsystems. All Rights Reserved.