Uses of Class
org.glassfish.grizzly.impl.ReadyFutureImpl
Packages that use ReadyFutureImpl
-
Uses of ReadyFutureImpl in org.glassfish.grizzly.impl
Methods in org.glassfish.grizzly.impl that return ReadyFutureImplModifier and TypeMethodDescriptionstatic <R> ReadyFutureImpl<R>ReadyFutureImpl.create()Construct cancelledFuture.static <R> ReadyFutureImpl<R>Construct failedFuture.static <R> ReadyFutureImpl<R>ReadyFutureImpl.create(R result) ConstructFuturewith the result.