Package org.cometd.documentation.server
Class ServerServiceDocs.InheritedServiceWithMethod
java.lang.Object
org.cometd.server.AbstractService
org.cometd.documentation.server.ServerServiceDocs.InheritedServiceWithMethod
- Enclosing class:
- ServerServiceDocs
@Service("echoService")
public class ServerServiceDocs.InheritedServiceWithMethod
extends AbstractService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
echo(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getName, getServerSession, getThreadPool, isSeeOwnPublishes, removeService, removeService, send, setSeeOwnPublishes, setThreadPool
-
Constructor Details
-
InheritedServiceWithMethod
public InheritedServiceWithMethod(org.cometd.bayeux.server.BayeuxServer bayeux)
-
-
Method Details
-
echo
public void echo(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)
-