Uses of Class
org.glassfish.grizzly.impl.ReadyFutureImpl
-
Packages that use ReadyFutureImpl Package Description org.glassfish.grizzly.impl -
-
Uses of ReadyFutureImpl in org.glassfish.grizzly.impl
Methods in org.glassfish.grizzly.impl that return ReadyFutureImpl Modifier and Type Method Description static <R> ReadyFutureImpl<R>ReadyFutureImpl. create()Construct cancelledFuture.static <R> ReadyFutureImpl<R>ReadyFutureImpl. create(Throwable failure)Construct failedFuture.static <R> ReadyFutureImpl<R>ReadyFutureImpl. create(R result)ConstructFuturewith the result.
-