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