Package io.dropwizard.server
-
Interface Summary Interface Description ServerFactory A factory for buildingServerinstances for Dropwizard applications. -
Class Summary Class Description AbstractServerFactory A base class forServerFactoryimplementations.DefaultServerFactory The default implementation ofServerFactory, which allows for multiple sets of application and admin connectors, all running on separate ports.SimpleServerFactory A single-connector implementation ofServerFactory, suitable for PaaS deployments (e.g., Heroku) where applications are limited to a single, runtime-defined port.