Uses of Class
io.dropwizard.servlets.tasks.Task
-
Packages that use Task Package Description com.example.helloworld.tasks io.dropwizard.core.setup io.dropwizard.core.sslreload io.dropwizard.servlets.tasks -
-
Uses of Task in com.example.helloworld.tasks
Subclasses of Task in com.example.helloworld.tasks Modifier and Type Class Description classEchoTask -
Uses of Task in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type Task Modifier and Type Method Description voidAdminEnvironment. addTask(Task task)Adds the given task to the set of tasks exposed via the admin interface. -
Uses of Task in io.dropwizard.core.sslreload
Subclasses of Task in io.dropwizard.core.sslreload Modifier and Type Class Description classSslReloadTaskA task that will refresh all ssl factories with up to date certificate information -
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)
-