Class RobotServer


  • public class RobotServer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      • Methods inherited from class java.lang.Object

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

      • RobotServer

        public RobotServer​(int listeningPort,
                           int robotTimeoutInMs,
                           IRobotMessageThreadFactory threadFactory,
                           java.util.function.Consumer<java.lang.Integer> robotAddedHandler,
                           RobotTaskCreator robotTaskCreator)
    • Method Detail

      • start

        public void start()
                   throws java.io.IOException
        Throws:
        java.io.IOException