Package io.dropwizard.core.server
-
Interface Summary Interface Description ServerFactory A factory for buildingServer
instances for Dropwizard applications. -
Class Summary Class Description AbstractServerFactory A base class forServerFactory
implementations.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.