Class SimpleHttpServer


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

      Constructors 
      Constructor Description
      SimpleHttpServer​(int port, java.util.concurrent.Executor executor, PathAndHandler... handlers)  
    • Method Summary

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

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

      • SimpleHttpServer

        public SimpleHttpServer​(int port,
                                java.util.concurrent.Executor executor,
                                PathAndHandler... handlers)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • start

        public void start()
      • stop

        public void stop()