Package org.opends.server.protocols.http
Class HealthyEndpoint
- java.lang.Object
-
- org.opends.server.api.HttpEndpoint<HealthyEndpointCfg>
-
- org.opends.server.protocols.http.HealthyEndpoint
-
public class HealthyEndpoint extends HttpEndpoint<HealthyEndpointCfg>
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
Constructors Constructor Description HealthyEndpoint(HealthyEndpointCfg configuration, ServerContext serverContext)Create a newHealthyEndpointwith the given configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.http.HttpApplicationnewHttpApplication()Create a new HttpApplication.-
Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
-
-
-
Constructor Detail
-
HealthyEndpoint
public HealthyEndpoint(HealthyEndpointCfg configuration, ServerContext serverContext)
Create a newHealthyEndpointwith the given configuration.- Parameters:
configuration- Configuration of thisHttpEndpoint.serverContext- The server context.
-
-
Method Detail
-
newHttpApplication
public org.forgerock.http.HttpApplication newHttpApplication()
Description copied from class:HttpEndpointCreate a new HttpApplication.- Specified by:
newHttpApplicationin classHttpEndpoint<HealthyEndpointCfg>- Returns:
- an
HttpApplicationconfigured and ready to be started.
-
-