Class HttpBootstrap


  • public class HttpBootstrap
    extends java.lang.Object
    Class for serving HTTP requests for the health probe.
    • Method Summary

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

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

      • HttpBootstrap

        public HttpBootstrap​(HealthProbe probe,
                             int port)
                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
    • Method Detail

      • stop

        public void stop()