| Package | Description |
|---|---|
| io.dropwizard.server |
| Modifier and Type | Class and Description |
|---|---|
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 © 2019. All rights reserved.