Uses of Interface
org.eclipse.jetty.util.thread.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
ModifierConstructorDescriptionMemoryEndPointPipe
(Scheduler scheduler, Consumer<Invocable.Task> consumer, SocketAddress socketAddress) -
Uses of Invocable.Task in org.eclipse.jetty.io.content
Modifier 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
-
Uses of Invocable.Task in org.eclipse.jetty.server
Modifier 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
Modifier and TypeClassDescriptionstatic class
ARunnable
decorated with anInvocable.InvocationType
.static class
An abstract partial implementation of TaskModifier and TypeMethodDescriptionstatic Invocable.Task
Invocable.from
(Invocable.InvocationType type, Runnable task) Creates aInvocable.Task
from the given InvocationType and Runnable.