Package io.dropwizard.core.sslreload
Class SslReloadTask
java.lang.Object
io.dropwizard.servlets.tasks.Task
io.dropwizard.core.sslreload.SslReloadTask
A task that will refresh all ssl factories with up to date certificate information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the task.void
setReloaders
(Collection<SslReload> reloader) Methods inherited from class io.dropwizard.servlets.tasks.Task
getName, getResponseContentType
-
Constructor Details
-
SslReloadTask
protected SslReloadTask()
-
-
Method Details
-
execute
Description copied from class:Task
Executes the task.- Specified by:
execute
in classTask
- Parameters:
parameters
- the query string parametersoutput
- aPrintWriter
wrapping the output stream of the task- Throws:
Exception
- if something goes wrong
-
getReloaders
-
setReloaders
-