public interface ContextFuture<C>
extends io.netty.channel.ChannelFuture
Modifier and Type | Interface and Description |
---|---|
static interface |
ContextFuture.Listener<C> |
static interface |
ContextFuture.Promise<C> |
Modifier and Type | Method and Description |
---|---|
C |
getContext() |
addListener, addListeners, await, awaitUninterruptibly, channel, isVoid, removeListener, removeListeners, sync, syncUninterruptibly
@NotNull C getContext()