Uses of Enum Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
Packages that use Invocable.InvocationType
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Invocable.InvocationTypeModifier and TypeMethodDescriptionCallback.Completable.getInvocationType()Callback.Nested.getInvocationType()FutureCallback.getInvocationType()IteratingNestedCallback.getInvocationType()Promise.Invocable.Abstract.getInvocationType()SharedBlockingCallback.Blocker.getInvocationType()Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic CallbackCallback.from(CompletableFuture<?> completable, Invocable.InvocationType invocationType) Creates a callback from the given incomplete CompletableFuture, with the givenblockingcharacteristic.static CallbackCallback.from(Invocable.InvocationType invocationType, Runnable completed) Creates a Callback with the giveninvocationType, that runs the givenRunnablewhen it succeeds or fails.static CallbackCallback.from(Invocable.InvocationType invocationType, Runnable success, Consumer<Throwable> failure) Creates a callback with the given InvocationType from the given success and failure lambdas.static <T> Promise.Invocable<T> Promise.Invocable.from(Invocable.InvocationType invocationType, BiConsumer<T, Throwable> consumer) Factory method to create a promise from the given arguments.static <T> Promise.Invocable<T> Promise.Invocable.from(Invocable.InvocationType invocationType, Consumer<T> success, Consumer<Throwable> failure) Factory method to create a promise from the given arguments.Constructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationTypeModifierConstructorDescriptionprotectedAbstract(Invocable.InvocationType invocationType) Completable(Invocable.InvocationType invocation) -
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationTypeInvocable.combine(Invocable.InvocationType it1, Invocable.InvocationType it2) Combine two invocation type.static Invocable.InvocationTypeInvocable.combineTypes(Invocable.InvocationType... it) default Invocable.InvocationTypeInvocable.getInvocationType()static Invocable.InvocationTypeInvocable.getInvocationType(Object o) Get theInvocationTypeof the given object.Invocable.Task.Abstract.getInvocationType()static Invocable.InvocationTypeReturns the enum constant of this class with the specified name.static Invocable.InvocationType[]Invocable.InvocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationTypeInvocable.combine(Invocable.InvocationType it1, Invocable.InvocationType it2) Combine two invocation type.static Invocable.InvocationTypeInvocable.combineTypes(Invocable.InvocationType... it) static Invocable.TaskInvocable.from(Invocable.InvocationType type, Runnable task) Creates aInvocable.Taskfrom the given InvocationType and Runnable.Constructors in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationType