Package org.cometd.documentation.server
Class ServerServiceDocs.GameService
java.lang.Object
org.cometd.server.AbstractService
org.cometd.documentation.server.ServerServiceDocs.GameService
- Enclosing class:
- ServerServiceDocs
public class ServerServiceDocs.GameService extends AbstractService
-
Constructor Summary
Constructors Constructor Description GameService(org.cometd.bayeux.server.BayeuxServer bayeux)
-
Method Summary
Modifier and Type Method Description void
processGame(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message)
void
processGameCommand(org.cometd.bayeux.server.ServerSession remote, 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
-
GameService
public GameService(org.cometd.bayeux.server.BayeuxServer bayeux)
-
-
Method Details
-
processGameCommand
public void processGameCommand(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message) -
processGame
public void processGame(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message)
-