org.cometd.demo
Class CometdDemoServlet
java.lang.Object
javax.servlet.GenericServlet
org.cometd.demo.CometdDemoServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class CometdDemoServlet
- extends GenericServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometdDemoServlet
public CometdDemoServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
service
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
IOException
- Specified by:
service
in interface Servlet
- Specified by:
service
in class GenericServlet
- Throws:
ServletException
IOException
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.