Package io.dropwizard.core.sslreload
Class SslReloadBundle
java.lang.Object
io.dropwizard.core.sslreload.SslReloadBundle
- All Implemented Interfaces:
ConfiguredBundle<Configuration>
Bundle that gathers all the ssl connectors and registers an admin task that will
refresh ssl configuration on request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(Configuration configuration, Environment environment) Initializes the environment.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.dropwizard.core.ConfiguredBundle
initialize
-
Constructor Details
-
SslReloadBundle
public SslReloadBundle()
-
-
Method Details
-
run
Description copied from interface:ConfiguredBundle
Initializes the environment.- Specified by:
run
in interfaceConfiguredBundle<Configuration>
- Parameters:
configuration
- the configuration objectenvironment
- the application'sEnvironment
-