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 classGarbageCollectionTaskPerforms a full JVM garbage collection (probably).classLogConfigurationTaskSets the logging level for a number of loggersclassPostBodyTaskA 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 voidTaskServlet. add(Task task)
-