Uses of Interface
org.eclipse.jetty.util.thread.Invocable
-
Packages that use Invocable Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
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.NestedclassCompletableCallbackA callback to be used by driver code that needs to know whether the callback has been succeeded or failed (that is, completed) just after the asynchronous operation or not, typically because further processing depends on the callback being completed.classCountingCallbackA 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.
-