Class AliveEndpoint

java.lang.Object
org.opends.server.api.HttpEndpoint<AliveEndpointCfg>
org.opends.server.protocols.http.AliveEndpoint

public final class AliveEndpoint extends HttpEndpoint<AliveEndpointCfg>
An HTTP endpoint for exposing the server liveness status.
  • Constructor Details

  • Method Details

    • newHttpApplication

      public org.forgerock.http.HttpApplication newHttpApplication()
      Description copied from class: HttpEndpoint
      Create a new HttpApplication.
      Specified by:
      newHttpApplication in class HttpEndpoint<AliveEndpointCfg>
      Returns:
      an HttpApplication configured and ready to be started.