| Package | Description |
|---|---|
| io.dropwizard.jetty.setup | |
| io.dropwizard.server | |
| io.dropwizard.setup |
| Constructor and Description |
|---|
ServletEnvironment(MutableServletContextHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jetty.server.Handler |
AbstractServerFactory.createAdminServlet(org.eclipse.jetty.server.Server server,
MutableServletContextHandler handler,
com.codahale.metrics.MetricRegistry metrics,
com.codahale.metrics.health.HealthCheckRegistry healthChecks) |
protected org.eclipse.jetty.server.Handler |
AbstractServerFactory.createAppServlet(org.eclipse.jetty.server.Server server,
JerseyEnvironment jersey,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
javax.validation.Validator validator,
MutableServletContextHandler handler,
javax.servlet.Servlet jerseyContainer,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
MutableServletContextHandler |
Environment.getAdminContext() |
MutableServletContextHandler |
Environment.getApplicationContext() |
| Constructor and Description |
|---|
AdminEnvironment(MutableServletContextHandler handler,
com.codahale.metrics.health.HealthCheckRegistry healthChecks,
com.codahale.metrics.MetricRegistry metricRegistry,
AdminFactory adminFactory)
Creates a new
AdminEnvironment. |
Copyright © 2021. All rights reserved.