Uses of Interface
org.eclipse.jetty.util.Blocker.Promise
Packages that use Blocker.Promise
-
Uses of Blocker.Promise in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Blocker.PromiseModifier and TypeMethodDescriptionstatic <C> Blocker.Promise
<C> Blocker.promise()
static <C> Blocker.Promise
<C> Method parameters in org.eclipse.jetty.util with type arguments of type Blocker.PromiseModifier and TypeMethodDescriptionstatic <R> R
Blocker.blockWithPromise
(long time, TimeUnit unit, Consumer<Blocker.Promise<R>> consumer) static <R> R
Blocker.blockWithPromise
(Consumer<Blocker.Promise<R>> consumer)