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 class
EchoTask
-
Uses of Task in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type Task Modifier and Type Method Description void
AdminEnvironment. 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 class
SslReloadTask
A 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 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)
-