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.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 TypeClassDescriptionclass
A utility class to convert content from aContent.Source
to an instance available via aCompletableFuture
. -
Uses of Invocable.Task in org.eclipse.jetty.io.internal
Classes in org.eclipse.jetty.io.internal that implement Invocable.Task -
Uses of Invocable.Task in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Invocable.TaskModifier and TypeClassDescriptionclass
ACompletableFuture
that is completed once aapplication/x-www-form-urlencoded
content 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 class
ARunnable
decorated with anInvocable.InvocationType
.static class
An abstract partial implementation of TaskMethods 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.