Uses of Class
io.netty.channel.VoidChannelPromise
-
Packages that use VoidChannelPromise Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of VoidChannelPromise in io.netty.channel
Methods in io.netty.channel that return VoidChannelPromise Modifier and Type Method Description VoidChannelPromiseVoidChannelPromise. addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)VoidChannelPromiseVoidChannelPromise. addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)VoidChannelPromiseVoidChannelPromise. await()VoidChannelPromiseVoidChannelPromise. awaitUninterruptibly()VoidChannelPromiseVoidChannelPromise. removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)VoidChannelPromiseVoidChannelPromise. removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)VoidChannelPromiseVoidChannelPromise. setFailure(Throwable cause)VoidChannelPromiseVoidChannelPromise. setSuccess()VoidChannelPromiseVoidChannelPromise. setSuccess(Void result)VoidChannelPromiseVoidChannelPromise. sync()VoidChannelPromiseVoidChannelPromise. syncUninterruptibly()
-