Uses of Interface
io.dropwizard.core.server.ServerFactory
-
Packages that use ServerFactory Package Description io.dropwizard.core io.dropwizard.core.server -
-
Uses of ServerFactory in io.dropwizard.core
Methods in io.dropwizard.core that return ServerFactory Modifier and Type Method Description ServerFactoryConfiguration. getServerFactory()Returns the server-specific section of the configuration file.Methods in io.dropwizard.core with parameters of type ServerFactory Modifier and Type Method Description voidConfiguration. setServerFactory(ServerFactory factory)Sets the HTTP-specific section of the configuration file. -
Uses of ServerFactory in io.dropwizard.core.server
Classes in io.dropwizard.core.server that implement ServerFactory Modifier and Type Class Description classAbstractServerFactoryA base class forServerFactoryimplementations.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.
-