Package org.opends.server.protocols.http
Class AliveEndpoint
- java.lang.Object
-
- org.opends.server.api.HttpEndpoint<AliveEndpointCfg>
-
- org.opends.server.protocols.http.AliveEndpoint
-
public class AliveEndpoint extends HttpEndpoint<AliveEndpointCfg>
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
Constructors Constructor Description AliveEndpoint(AliveEndpointCfg configuration, ServerContext serverContext)
Create a newAliveEndpoint
with the given configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.http.HttpApplication
newHttpApplication()
Create a new HttpApplication.-
Methods inherited from class org.opends.server.api.HttpEndpoint
isConfigurationValid
-
-
-
-
Constructor Detail
-
AliveEndpoint
public AliveEndpoint(AliveEndpointCfg configuration, ServerContext serverContext)
Create a newAliveEndpoint
with 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:HttpEndpoint
Create a new HttpApplication.- Specified by:
newHttpApplication
in classHttpEndpoint<AliveEndpointCfg>
- Returns:
- an
HttpApplication
configured and ready to be started.
-
-