Class TelnetServer

  • All Implemented Interfaces:
    com.google.common.util.concurrent.Service

    public class TelnetServer
    extends com.google.common.util.concurrent.AbstractService
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

        com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
    • Constructor Detail

      • TelnetServer

        public TelnetServer​(Simulator simulator)
    • Method Detail

      • setPort

        public void setPort​(int port)
      • doStart

        protected void doStart()
        Specified by:
        doStart in class com.google.common.util.concurrent.AbstractService
      • doStop

        protected void doStop()
        Specified by:
        doStop in class com.google.common.util.concurrent.AbstractService