Uses of Interface
io.dropwizard.server.ServerFactory
-
Packages that use ServerFactory Package Description io.dropwizard io.dropwizard.server -
-
Uses of ServerFactory in io.dropwizard
Methods in io.dropwizard that return ServerFactory Modifier and Type Method Description ServerFactoryConfiguration. getServerFactory()Returns the server-specific section of the configuration file.Methods in io.dropwizard 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.server
Classes in io.dropwizard.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.
-