Package | Description |
---|---|
io.dropwizard.servlets.tasks | |
io.dropwizard.setup | |
io.dropwizard.sslreload |
Modifier and Type | Class and Description |
---|---|
class |
GarbageCollectionTask
Performs a full JVM garbage collection (probably).
|
class |
LogConfigurationTask
Sets the logging level for a number of loggers
|
class |
PostBodyTask
A task which can be performed via the admin interface and provides the post body of the request.
|
Modifier and Type | Method and Description |
---|---|
Collection<Task> |
TaskServlet.getTasks() |
Modifier and Type | Method and Description |
---|---|
void |
TaskServlet.add(Task task) |
Modifier and Type | Method and Description |
---|---|
void |
AdminEnvironment.addTask(Task task)
Adds the given task to the set of tasks exposed via the admin interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SslReloadTask
A task that will refresh all ssl factories with up to date certificate information
|
Copyright © 2020. All rights reserved.