Uses of Interface
org.eclipse.jetty.util.thread.Invocable.Task
Packages that use Invocable.Task
-
Uses of Invocable.Task in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Invocable.TaskModifier and TypeClassDescriptionstatic class
ARunnable
decorated with anInvocable.InvocationType
.Methods in org.eclipse.jetty.util.thread that return Invocable.TaskModifier and TypeMethodDescriptionstatic Invocable.Task
Invocable.from
(Invocable.InvocationType type, Runnable task) Creates aInvocable.Task
from the given InvocationType and Runnable.