Package | Description |
---|---|
io.dropwizard | |
io.dropwizard.cli | |
io.dropwizard.server | |
io.dropwizard.setup | |
io.dropwizard.sslreload |
Modifier and Type | Method and Description |
---|---|
default void |
Bundle.run(Configuration configuration,
Environment environment)
Deprecated.
|
default void |
Bundle.run(Environment environment)
Deprecated.
Use
ConfiguredBundle#run(Configuration, Environment) |
abstract void |
Application.run(T configuration,
Environment environment)
When the application runs, this is called after the
ConfiguredBundle s are run. |
default void |
ConfiguredBundle.run(T configuration,
Environment environment)
Initializes the environment.
|
Modifier and Type | Method and 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 and 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 and Description |
---|---|
void |
Bootstrap.run(T configuration,
Environment environment)
Runs the bootstrap's bundles with the given configuration and environment.
|
Modifier and Type | Method and Description |
---|---|
void |
SslReloadBundle.run(Configuration configuration,
Environment environment) |
Copyright © 2020. All rights reserved.