All Classes and Interfaces

Class
Description
A base class for ServerFactory implementations.
The administrative environment of a Dropwizard application.
A factory for configuring the admin interface for the environment.
The base class for Dropwizard applications.
The pre-start application environment, containing everything required to bootstrap a Dropwizard command.
Parses and validates the application's configuration.
The command-line runner for Dropwizard application.
A basic CLI command.
An object representation of the YAML configuration file.
A reusable bundle of functionality, used to define blocks of application behavior that are conditional on configuration parameters.
A command whose first parameter is the location of a YAML configuration file.
The default implementation of ServerFactory, which allows for multiple sets of application and admin connectors, all running on separate ports.
A Dropwizard application's environment.
A command which executes with a configured Environment.
A binder that registers all the default exception mappers while allowing users to override individual exception mappers without disabling all others.
A factory for configuring the health check sub-system for the environment.
 
Runs an application as an HTTP server.
A factory for building Server instances for Dropwizard applications.
A single-connector implementation of ServerFactory, suitable for PaaS deployments (e.g., Heroku) where applications are limited to a single, runtime-defined port.
Bundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on request
A task that will refresh all ssl factories with up-to-date certificate information