| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.cli | |
| io.dropwizard.server | |
| io.dropwizard.setup | |
| io.dropwizard.sslreload |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
Application.run(T configuration,
Environment environment) |
When the application runs, this is called after the
Bundles are run. |
void |
Bundle.run(Environment environment) |
Initializes the application environment.
|
void |
ConfiguredBundle.run(T configuration,
Environment environment) |
Initializes the environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
EnvironmentCommand.run(Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
Runs the command with the given
Environment and Configuration. |
protected void |
ServerCommand.run(Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.jetty.server.Server |
DefaultServerFactory.build(Environment environment) |
|
org.eclipse.jetty.server.Server |
ServerFactory.build(Environment environment) |
Build a server for the given Dropwizard application.
|
org.eclipse.jetty.server.Server |
SimpleServerFactory.build(Environment environment) |
|
void |
DefaultServerFactory.configure(Environment environment) |
|
void |
ServerFactory.configure(Environment environment) |
Configures the given environment with settings defined in the factory.
|
void |
SimpleServerFactory.configure(Environment environment) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Bootstrap.run(T configuration,
Environment environment) |
Runs the bootstrap's bundles with the given configuration and environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SslReloadBundle.run(Environment environment) |
Copyright © 2018. All rights reserved.