Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Method and Description |
---|---|
VoidChannelPromise |
VoidChannelPromise.addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener) |
VoidChannelPromise |
VoidChannelPromise.addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners) |
VoidChannelPromise |
VoidChannelPromise.await() |
VoidChannelPromise |
VoidChannelPromise.awaitUninterruptibly() |
VoidChannelPromise |
VoidChannelPromise.removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener) |
VoidChannelPromise |
VoidChannelPromise.removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners) |
VoidChannelPromise |
VoidChannelPromise.setFailure(Throwable cause) |
VoidChannelPromise |
VoidChannelPromise.setSuccess() |
VoidChannelPromise |
VoidChannelPromise.setSuccess(Void result) |
VoidChannelPromise |
VoidChannelPromise.sync() |
VoidChannelPromise |
VoidChannelPromise.syncUninterruptibly() |
Copyright © 2008–2019 The Netty Project. All rights reserved.