public class SslReloadTask
extends io.dropwizard.servlets.tasks.Task
| Modifier | Constructor and Description |
|---|---|
protected |
SslReloadTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.google.common.collect.ImmutableMultimap<String,String> parameters,
PrintWriter output) |
Collection<io.dropwizard.jetty.SslReload> |
getReloaders() |
void |
setReloaders(Collection<io.dropwizard.jetty.SslReload> reloader) |
public void execute(com.google.common.collect.ImmutableMultimap<String,String> parameters, PrintWriter output) throws Exception
execute in class io.dropwizard.servlets.tasks.TaskExceptionpublic Collection<io.dropwizard.jetty.SslReload> getReloaders()
public void setReloaders(Collection<io.dropwizard.jetty.SslReload> reloader)
Copyright © 2018. All rights reserved.