Class CometDDemoServlet.EchoRPC

java.lang.Object
org.cometd.examples.CometDDemoServlet.EchoRPC
Enclosing class:
CometDDemoServlet

@Service("echo")
public static class CometDDemoServlet.EchoRPC
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EchoRPC()  
  • Method Summary

    Modifier and Type Method Description
    void doEcho​(RemoteCall.Caller caller, java.lang.Object data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EchoRPC

      public EchoRPC()
  • Method Details