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 TypeMethodDescriptionvoidrun(Configuration configuration, Environment environment) Initializes the environment.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dropwizard.core.ConfiguredBundle
initialize
-
Constructor Details
-
SslReloadBundle
public SslReloadBundle()
-
-
Method Details
-
run
Description copied from interface:ConfiguredBundleInitializes the environment.- Specified by:
runin interfaceConfiguredBundle<Configuration>- Parameters:
configuration- the configuration objectenvironment- the application'sEnvironment
-