Package io.dropwizard.core.sslreload
Class SslReloadTask
java.lang.Object
io.dropwizard.servlets.tasks.Task
io.dropwizard.core.sslreload.SslReloadTask
public class SslReloadTask
extends io.dropwizard.servlets.tasks.Task
A task that will refresh all ssl factories with up-to-date certificate information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCollection<io.dropwizard.jetty.SslReload>voidsetReloaders(Collection<io.dropwizard.jetty.SslReload> reloader) Methods inherited from class io.dropwizard.servlets.tasks.Task
getName, getResponseContentType
-
Constructor Details
-
SslReloadTask
protected SslReloadTask()
-
-
Method Details
-
execute
- Specified by:
executein classio.dropwizard.servlets.tasks.Task- Throws:
Exception
-
getReloaders
-
setReloaders
-