Uses of Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Packages that use Invocable.InvocationType Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeCallback.Completable. getInvocationType()Invocable.InvocationTypeCallback.Completing. getInvocationType()Invocable.InvocationTypeCallback.Nested. getInvocationType()Invocable.InvocationTypeIteratingNestedCallback. getInvocationType()Invocable.InvocationTypeSharedBlockingCallback.Blocker. getInvocationType()Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Modifier and Type Method Description static CallbackCallback. from(java.util.concurrent.CompletableFuture<?> completable, Invocable.InvocationType invocation)Creates a callback from the given incomplete CompletableFuture, with the givenblockingcharacteristic.static CallbackCallback. from(Invocable.InvocationType invocationType, java.lang.Runnable completed)Creates a Callback with the giveninvocationType, that runs the givenRunnablewhen it succeeds or fails.static CallbackCallback. from(Invocable.InvocationType invocationType, java.lang.Runnable success, java.util.function.Consumer<java.lang.Throwable> failure)Creates a callback with the given InvocationType from the given success and failure lambdas.Constructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Constructor Description Completable(Invocable.InvocationType invocation)Completing(Invocable.InvocationType invocationType) -
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationType Modifier and Type Method Description static Invocable.InvocationTypeInvocable. combine(Invocable.InvocationType it1, Invocable.InvocationType it2)default Invocable.InvocationTypeInvocable. getInvocationType()static Invocable.InvocationTypeInvocable. getInvocationType(java.lang.Object o)Get the invocation type of an Object.Invocable.InvocationTypeInvocable.ReadyTask. getInvocationType()static Invocable.InvocationTypeInvocable.InvocationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Invocable.InvocationType[]Invocable.InvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationType Modifier and Type Method Description static Invocable.InvocationTypeInvocable. combine(Invocable.InvocationType it1, Invocable.InvocationType it2)static Invocable.TaskInvocable. from(Invocable.InvocationType type, java.lang.Runnable task)Creates aInvocable.Taskfrom the given InvocationType and Runnable.Constructors in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationType Constructor Description ReadyTask(Invocable.InvocationType type, java.lang.Runnable task)
-