Class DocServer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class DocServer
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      DocServer()  
    • Method Summary

      Modifier and Type Method Description
      DocServer addPaths​(java.nio.file.Path... paths)  
      DocServer addWebObject​(java.lang.Object... objects)  
      void run()  
      DocServer withHost​(java.lang.String bindHost)  
      DocServer withPort​(int bindPort)  
      • Methods inherited from class java.lang.Object

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

      • DocServer

        public DocServer()
    • Method Detail

      • withHost

        public DocServer withHost​(java.lang.String bindHost)
      • withPort

        public DocServer withPort​(int bindPort)
      • addWebObject

        public DocServer addWebObject​(java.lang.Object... objects)
      • addPaths

        public DocServer addPaths​(java.nio.file.Path... paths)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable