Uses of Class
io.netty.util.concurrent.PromiseNotifier
-
Packages that use PromiseNotifier 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 PromiseNotifier in io.netty.channel
Subclasses of PromiseNotifier in io.netty.channel Modifier and Type Class Description class
ChannelPromiseNotifier
ChannelFutureListener implementation which takes otherChannelPromise
(s) and notifies them on completion.
-