Uses of Interface
io.netty.channel.ChannelFutureListener
-
Packages that use ChannelFutureListener 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 ChannelFutureListener in io.netty.channel
Classes in io.netty.channel that implement ChannelFutureListener Modifier and Type Class Description classChannelPromiseAggregatorDeprecated.UsePromiseCombinerClass which is used to consolidate multiple channel futures into one, by listening to the individual futures and producing an aggregated result (success/failure) when all futures have completed.classChannelPromiseNotifierDeprecated.usePromiseNotifier.classDelegatingChannelPromiseNotifierFields in io.netty.channel declared as ChannelFutureListener Modifier and Type Field Description static ChannelFutureListenerChannelFutureListener. CLOSEAChannelFutureListenerthat closes theChannelwhich is associated with the specifiedChannelFuture.static ChannelFutureListenerChannelFutureListener. CLOSE_ON_FAILUREAChannelFutureListenerthat closes theChannelwhen the operation ended up with a failure or cancellation rather than a success.static ChannelFutureListenerChannelFutureListener. FIRE_EXCEPTION_ON_FAILUREMethods in io.netty.channel with parameters of type ChannelFutureListener Modifier and Type Method Description voidAbstractCoalescingBufferQueue. add(io.netty.buffer.ByteBuf buf, ChannelFutureListener listener)Add a buffer to the end of the queue and associate a listener with it that should be completed when all the buffers bytes have been consumed from the queue and written.
-