Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceinterfaceA callback abstraction that handles completed/failed events of asynchronous operations.static interfaceA Callback implementation that calls theCallback.Completing.completed()method when it either succeeds or fails.static interfaceAnInvocablePromisethat provides theInvocable.InvocationTypeof calls toPromise.succeeded(Object).Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic classACompletableFuturethat is also aCallback.static classNested Completing Callback that completes after completing the nested callbackclassA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classclassThis specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.classIterating Nested Callback.classDeprecated.A Closeable Callback. -
Uses of Invocable in org.eclipse.jetty.util.thread
Subinterfaces of Invocable in org.eclipse.jetty.util.threadModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceA task with anInvocable.InvocationType.Classes in org.eclipse.jetty.util.thread that implement InvocableModifier and TypeClassDescriptionstatic classARunnabledecorated with anInvocable.InvocationType.static classAn abstract partial implementation of Task