Uses of Class
io.dropwizard.health.check.http.HttpHealthResponse
-
Packages that use HttpHealthResponse Package Description io.dropwizard.health.check.http -
-
Uses of HttpHealthResponse in io.dropwizard.health.check.http
Methods in io.dropwizard.health.check.http that return HttpHealthResponse Modifier and Type Method Description protected HttpHealthResponseHttpHealthCheck. httpCheck(String url)Performs a health check via HTTP against an external dependency.Methods in io.dropwizard.health.check.http with parameters of type HttpHealthResponse Modifier and Type Method Description protected booleanHttpHealthCheck. isHealthResponseValid(HttpHealthResponse httpHealthResponse)Validates the response from the health check.
-