Class JsrChatWebSocketEndpoint


  • public class JsrChatWebSocketEndpoint
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Method Summary

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

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

      • JsrChatWebSocketEndpoint

        public JsrChatWebSocketEndpoint()
    • Method Detail

      • message

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