Uses of Class
io.netty.channel.VoidChannelPromise
Packages that use VoidChannelPromise
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of VoidChannelPromise in io.netty.channel
Fields in io.netty.channel declared as VoidChannelPromiseModifier and TypeFieldDescriptionprivate final VoidChannelPromiseAbstractChannel.unsafeVoidPromiseprivate final VoidChannelPromiseDefaultChannelPipeline.voidPromiseMethods in io.netty.channel that return VoidChannelPromiseModifier and TypeMethodDescriptionVoidChannelPromise.addListener(GenericFutureListener<? extends Future<? super Void>> listener) VoidChannelPromise.addListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) VoidChannelPromise.await()VoidChannelPromise.awaitUninterruptibly()VoidChannelPromise.removeListener(GenericFutureListener<? extends Future<? super Void>> listener) VoidChannelPromise.removeListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) VoidChannelPromise.setFailure(Throwable cause) VoidChannelPromise.setSuccess()VoidChannelPromise.setSuccess(Void result) VoidChannelPromise.sync()VoidChannelPromise.syncUninterruptibly() -
Uses of VoidChannelPromise in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as VoidChannelPromiseModifier and TypeFieldDescriptionprivate final VoidChannelPromiseAbstractHttp2StreamChannel.Http2ChannelUnsafe.unsafeVoidPromise