Uses of Class
io.dropwizard.servlets.tasks.Task
-
Packages that use Task Package Description io.dropwizard.servlets.tasks -
-
Uses of Task in io.dropwizard.servlets.tasks
Subclasses of Task in io.dropwizard.servlets.tasks Modifier and Type Class Description class
GarbageCollectionTask
Performs a full JVM garbage collection (probably).class
LogConfigurationTask
Sets the logging level for a number of loggersclass
PostBodyTask
A task which can be performed via the admin interface and provides the post body of the request.Methods in io.dropwizard.servlets.tasks that return types with arguments of type Task Modifier and Type Method Description Collection<Task>
TaskServlet. getTasks()
Methods in io.dropwizard.servlets.tasks with parameters of type Task Modifier and Type Method Description void
TaskServlet. add(Task task)
-