Uses of Interface
io.dropwizard.core.server.ServerFactory
Packages that use ServerFactory
-
Uses of ServerFactory in io.dropwizard.core
Methods in io.dropwizard.core that return ServerFactoryModifier and TypeMethodDescriptionConfiguration.getServerFactory()Returns the server-specific section of the configuration file.Methods in io.dropwizard.core with parameters of type ServerFactoryModifier and TypeMethodDescriptionvoidConfiguration.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 ServerFactoryModifier and TypeClassDescriptionclassA base class forServerFactoryimplementations.classThe 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.