Package io.dropwizard.core.server
package io.dropwizard.core.server
-
ClassDescriptionA base class for
ServerFactoryimplementations.The default implementation ofServerFactory, which allows for multiple sets of application and admin connectors, all running on separate ports.A factory for buildingServerinstances for Dropwizard applications.A single-connector implementation ofServerFactory, suitable for PaaS deployments (e.g., Heroku) where applications are limited to a single, runtime-defined port.