Uses of Interface
org.eclipse.jetty.util.thread.Invocable.Task
Packages that use Invocable.Task
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable.Task in org.eclipse.jetty.docs.programming
Classes in org.eclipse.jetty.docs.programming that implement Invocable.TaskMethods in org.eclipse.jetty.docs.programming with parameters of type Invocable.Task -
Uses of Invocable.Task in org.eclipse.jetty.io
Constructor parameters in org.eclipse.jetty.io with type arguments of type Invocable.TaskModifierConstructorDescriptionMemoryEndPointPipe(Scheduler scheduler, Consumer<Invocable.Task> consumer, SocketAddress socketAddress) -
Uses of Invocable.Task in org.eclipse.jetty.io.content
Classes in org.eclipse.jetty.io.content that implement Invocable.TaskModifier and TypeClassDescriptionclassA utility class to convert content from aContent.Sourceto an instance available via aCompletableFuture. -
Uses of Invocable.Task in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Invocable.TaskModifier and TypeClassDescriptionclassACompletableFuturethat is completed once aapplication/x-www-form-urlencodedcontent has been parsed asynchronously from theContent.Source. -
Uses of Invocable.Task in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Invocable.TaskModifier and TypeClassDescriptionstatic classARunnabledecorated with anInvocable.InvocationType.static classAn abstract partial implementation of TaskMethods in org.eclipse.jetty.util.thread that return Invocable.TaskModifier and TypeMethodDescriptionstatic Invocable.TaskInvocable.from(Invocable.InvocationType type, Runnable task) Creates aInvocable.Taskfrom the given InvocationType and Runnable.