Uses of Interface
io.dropwizard.Bundle
-
Packages that use Bundle Package Description io.dropwizard.setup io.dropwizard.sslreload -
-
Uses of Bundle in io.dropwizard.setup
Methods in io.dropwizard.setup with parameters of type Bundle Modifier and Type Method Description voidBootstrap. addBundle(Bundle bundle)Adds the given bundle to the bootstrap. -
Uses of Bundle in io.dropwizard.sslreload
Classes in io.dropwizard.sslreload that implement Bundle Modifier and Type Class Description classSslReloadBundleBundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on request
-