| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.server |
| Modifier and Type | Method | Description |
|---|---|---|
ServerFactory |
Configuration.getServerFactory() |
Returns the server-specific section of the configuration file.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Configuration.setServerFactory(ServerFactory factory) |
Sets the HTTP-specific section of the configuration file.
|
| Modifier and Type | Class | 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 © 2018. All rights reserved.