Package org.opends.server.protocols.http
Class HealthyEndpoint
java.lang.Object
org.opends.server.api.HttpEndpoint<HealthyEndpointCfg>
org.opends.server.protocols.http.HealthyEndpoint
An HTTP endpoint for exposing the server health status.
-
Field Summary
Fields inherited from class org.opends.server.api.HttpEndpoint
configuration, serverContext, USE_DEFAULT_BUFFER_FACTORY
-
Constructor Summary
ConstructorDescriptionHealthyEndpoint
(HealthyEndpointCfg configuration, ServerContext serverContext) Create a newHealthyEndpoint
with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionorg.forgerock.http.HttpApplication
Create a new HttpApplication.Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
Constructor Details
-
HealthyEndpoint
Create a newHealthyEndpoint
with the given configuration.- Parameters:
configuration
- Configuration of thisHttpEndpoint
.serverContext
- The server context.
-
-
Method Details
-
newHttpApplication
public org.forgerock.http.HttpApplication newHttpApplication()Description copied from class:HttpEndpoint
Create a new HttpApplication.- Specified by:
newHttpApplication
in classHttpEndpoint<HealthyEndpointCfg>
- Returns:
- an
HttpApplication
configured and ready to be started.
-