Class Service


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

      Constructors 
      Constructor Description
      Service()  
    • Method Summary

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

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

    • Method Detail

      • init

        public void init​(javax.websocket.Session s,
                         java.lang.String nickName)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • onMessage

        public void onMessage​(java.lang.String m,
                              javax.websocket.Session s)
                       throws java.io.IOException
        Throws:
        java.io.IOException