Class PuzzleStarterAgent


  • public class PuzzleStarterAgent
    extends java.lang.Object
    Makes the web puzzler available by providing the web resources such as index.html via IWebPublishService. Communication is handled via the websocket channel of the web server.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void publish​(IWebPublishService wps)
      Wait for the IWebPublishService and then publish the resources.
      • Methods inherited from class java.lang.Object

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

      • PuzzleStarterAgent

        public PuzzleStarterAgent()
    • Method Detail

      • publish

        protected void publish​(IWebPublishService wps)
        Wait for the IWebPublishService and then publish the resources.
        Parameters:
        pubser - The publish service.