All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractServerFactory A base class forServerFactory
implementations.AdminEnvironment The administrative environment of a Dropwizard application.AdminFactory A factory for configuring the admin interface for the environment.Application<T extends Configuration> The base class for Dropwizard applications.Bootstrap<T extends Configuration> The pre-start application environment, containing everything required to bootstrap a Dropwizard command.CheckCommand<T extends Configuration> Parses and validates the application's configuration.Cli The command-line runner for Dropwizard application.Command A basic CLI command.Configuration An object representation of the YAML configuration file.ConfiguredBundle<T> A reusable bundle of functionality, used to define blocks of application behavior that are conditional on configuration parameters.ConfiguredCommand<T extends Configuration> A command whose first parameter is the location of a YAML configuration file.DefaultServerFactory The default implementation ofServerFactory
, which allows for multiple sets of application and admin connectors, all running on separate ports.Environment A Dropwizard application's environment.EnvironmentCommand<T extends Configuration> A command which executes with a configuredEnvironment
.ExceptionMapperBinder A binder that registers all the default exception mappers while allowing users to override individual exception mappers without disabling all others.HealthCheckConfiguration A factory for configuring the health check sub-system for the environment.InjectValidatorFeature ServerCommand<T extends Configuration> Runs an application as an HTTP server.ServerFactory A factory for buildingServer
instances for Dropwizard applications.SimpleServerFactory A single-connector implementation ofServerFactory
, suitable for PaaS deployments (e.g., Heroku) where applications are limited to a single, runtime-defined port.SslReloadBundle Bundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on requestSslReloadTask A task that will refresh all ssl factories with up-to-date certificate information