Uses of Class
io.dropwizard.core.server.AbstractServerFactory
Packages that use AbstractServerFactory
-
Uses of AbstractServerFactory in io.dropwizard.core.server
Subclasses of AbstractServerFactory in io.dropwizard.core.serverModifier and TypeClassDescriptionclassThe default implementation ofServerFactory, which allows for multiple sets of application and admin connectors, all running on separate ports.classA single-connector implementation ofServerFactory, suitable for PaaS deployments (e.g., Heroku) where applications are limited to a single, runtime-defined port.