Class WebSocketJsrServer.EchoJsrSocket

  • Enclosing class:
    WebSocketJsrServer

    public static class WebSocketJsrServer.EchoJsrSocket
    extends java.lang.Object
    A server socket endpoint
    • Constructor Summary

      Constructors 
      Constructor Description
      EchoJsrSocket()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onMessage​(javax.websocket.Session session, java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • EchoJsrSocket

        public EchoJsrSocket()
    • Method Detail

      • onMessage

        public void onMessage​(javax.websocket.Session session,
                              java.lang.String message)