| Interface | Description |
|---|---|
| ServerFactory |
A factory for building
Server instances for Dropwizard applications. |
| Class | Description |
|---|---|
| AbstractServerFactory |
A base class for
ServerFactory implementations. |
| DefaultServerFactory |
The default implementation of
ServerFactory, which allows for multiple sets of
application and admin connectors, all running on separate ports. |
| 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.