Class LLHealth

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.looseleaf.server.internal.LLHealth
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public final class LLHealth extends jakarta.servlet.http.HttpServlet
A health check servlet.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LLHealth(com.io7m.repetoir.core.RPServiceDirectoryType inServices)
    A health check servlet.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class Object

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

    • LLHealth

      public LLHealth(com.io7m.repetoir.core.RPServiceDirectoryType inServices)
      A health check servlet.
      Parameters:
      inServices - The service directory
  • Method Details

    • service

      protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException