Uses of Interface
org.eclipse.jetty.util.thread.Invocable
-
Packages that use Invocable Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.util Modifier and Type Interface Description interfaceCallbackA callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement Invocable Modifier and Type Class Description static classCallback.CompletableA CompletableFuture that is also a Callback.static classCallback.CompletingA Callback implementation that calls theCallback.Completing.completed()method when it either succeeds or fails.static classCallback.NestedNested Completing Callback that completes after completing the nested callbackclassCountingCallbackA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classFutureCallbackclassIteratingCallbackThis specialized callback implements a pattern that allows a large job to be broken into smaller tasks using iteration rather than recursion.classIteratingNestedCallbackIterating Nested Callback.classSharedBlockingCallback.BlockerA Closeable Callback. -
Uses of Invocable in org.eclipse.jetty.util.thread
Subinterfaces of Invocable in org.eclipse.jetty.util.thread Modifier and Type Interface Description static interfaceInvocable.TaskA task with anInvocable.InvocationType.Classes in org.eclipse.jetty.util.thread that implement Invocable Modifier and Type Class Description static classInvocable.ReadyTaskARunnabledecorated with anInvocable.InvocationType.
-