Package | Description |
---|---|
org.glassfish.grizzly.impl |
Modifier and Type | Method and Description |
---|---|
static <R> ReadyFutureImpl<R> |
ReadyFutureImpl.create()
Construct cancelled
Future . |
static <R> ReadyFutureImpl<R> |
ReadyFutureImpl.create(R result)
Construct
Future with the result. |
static <R> ReadyFutureImpl<R> |
ReadyFutureImpl.create(Throwable failure)
Construct failed
Future . |
Copyright © 2015 Oracle Corporation. All rights reserved.