Package org.opends.server.protocols.http
Class AliveEndpoint
An HTTP endpoint for exposing the server liveness status.
-
Field Summary
Fields inherited from class org.opends.server.api.HttpEndpoint
configuration, serverContext, USE_DEFAULT_BUFFER_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionAliveEndpoint(AliveEndpointCfg configuration, ServerContext serverContext) Create a newAliveEndpointwith the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionorg.forgerock.http.HttpApplicationCreate a new HttpApplication.Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
Constructor Details
-
AliveEndpoint
Create a newAliveEndpointwith 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:HttpEndpointCreate a new HttpApplication.- Specified by:
newHttpApplicationin classHttpEndpoint<AliveEndpointCfg>- Returns:
- an
HttpApplicationconfigured and ready to be started.
-