| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.server |
| Modifier and Type | Method and Description |
|---|---|
ServerFactory |
Configuration.getServerFactory()
Returns the server-specific section of the configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setServerFactory(ServerFactory factory)
Sets the HTTP-specific section of the configuration file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerFactory
A base class for
ServerFactory implementations. |
class |
DefaultServerFactory
The default implementation of
ServerFactory, which allows for multiple sets of
application and admin connectors, all running on separate ports. |
class |
SimpleServerFactory
A single-connector implementation of
ServerFactory, suitable for PaaS deployments
(e.g., Heroku) where applications are limited to a single, runtime-defined port. |
Copyright © 2015. All rights reserved.