Uses of Interface
org.eclipse.jetty.util.thread.Invocable.Task
-
Packages that use Invocable.Task Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Invocable.Task in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Invocable.Task Modifier and Type Class Description static classInvocable.ReadyTaskARunnabledecorated with anInvocable.InvocationType.Methods in org.eclipse.jetty.util.thread that return Invocable.Task Modifier and Type Method Description static Invocable.TaskInvocable. from(Invocable.InvocationType type, java.lang.Runnable task)Creates aInvocable.Taskfrom the given InvocationType and Runnable.
-