Class EchoServer


  • public class EchoServer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EchoServer()  
    • Method Summary

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

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

      • onMessage

        public void onMessage​(javax.websocket.Session s,
                              java.lang.String text)