Uses of Class
io.dropwizard.jetty.setup.ServletEnvironment
-
Packages that use ServletEnvironment Package Description io.dropwizard.core.setup io.dropwizard.health io.dropwizard.health.response -
-
Uses of ServletEnvironment in io.dropwizard.core.setup
Subclasses of ServletEnvironment in io.dropwizard.core.setup Modifier and Type Class Description classAdminEnvironmentThe administrative environment of a Dropwizard application.Methods in io.dropwizard.core.setup that return ServletEnvironment Modifier and Type Method Description ServletEnvironmentEnvironment. servlets()Returns the application'sServletEnvironment. -
Uses of ServletEnvironment in io.dropwizard.health
Methods in io.dropwizard.health with parameters of type ServletEnvironment Modifier and Type Method Description voidDefaultHealthFactory. configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name)voidHealthFactory. configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name) -
Uses of ServletEnvironment in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type ServletEnvironment Modifier and Type Method Description voidHealthResponderFactory. configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)Configures a health responder for responding to health check requests (e.g. from load balancer).voidServletHealthResponderFactory. configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)
-