Package org.cometd.documentation.server
Class ServerServiceDocs.EchoService
java.lang.Object
org.cometd.server.AbstractService
org.cometd.documentation.server.ServerServiceDocs.EchoService
- Enclosing class:
- ServerServiceDocs
public class ServerServiceDocs.EchoService extends AbstractService
-
Constructor Summary
Constructors Constructor Description EchoService(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
-
Method Summary
Modifier and Type Method Description void
processEcho(org.cometd.bayeux.server.ServerSession session, org.cometd.bayeux.server.ServerMessage message)
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getName, getServerSession, getThreadPool, isSeeOwnPublishes, removeService, removeService, send, setSeeOwnPublishes, setThreadPool
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EchoService
public EchoService(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
-
-
Method Details
-
processEcho
public void processEcho(org.cometd.bayeux.server.ServerSession session, org.cometd.bayeux.server.ServerMessage message)
-