org.atmosphere.plugin.bayeux
Class AtmosphereBayeuxServlet
java.lang.Object
javax.servlet.GenericServlet
org.cometd.server.AbstractCometdServlet
org.atmosphere.plugin.bayeux.AtmosphereBayeuxServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AtmosphereBayeuxServlet
- extends org.cometd.server.AbstractCometdServlet
- See Also:
- Serialized Form
| Fields inherited from class org.cometd.server.AbstractCometdServlet |
_bayeux, BROWSER_ID, CLIENT_ATTR, HTTP_CLIENT_ID, MESSAGE_PARAM, TRANSPORT_ATTR, TUNNEL_INIT_PARAM |
| Methods inherited from class org.cometd.server.AbstractCometdServlet |
findBrowserId, getBayeux, getMessages, service, setBrowserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__DEFAULT_REFS_THRESHOLD
public static final int __DEFAULT_REFS_THRESHOLD
- See Also:
- Constant Field Values
_refsThreshold
protected int _refsThreshold
AtmosphereBayeuxServlet
public AtmosphereBayeuxServlet()
init
public void init()
throws ServletException
- Overrides:
init in class org.cometd.server.AbstractCometdServlet
- Throws:
ServletException
newBayeux
protected org.cometd.server.AbstractBayeux newBayeux()
- Specified by:
newBayeux in class org.cometd.server.AbstractCometdServlet
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Specified by:
service in class org.cometd.server.AbstractCometdServlet
- Throws:
ServletException
IOException
destroy
public void destroy()
- Specified by:
destroy in interface Servlet- Overrides:
destroy in class GenericServlet
Copyright © 2010 SUN Microsystems. All Rights Reserved.