Uses of Class
io.netty.channel.ChannelFlushPromiseNotifier
-
Packages that use ChannelFlushPromiseNotifier 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 ChannelFlushPromiseNotifier in io.netty.channel
Methods in io.netty.channel that return ChannelFlushPromiseNotifier Modifier and Type Method Description ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. add(ChannelPromise promise, int pendingDataSize)Deprecated.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. add(ChannelPromise promise, long pendingDataSize)Add aChannelPromiseto thisChannelFlushPromiseNotifierwhich will be notified after the givenpendingDataSizewas reached.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. increaseWriteCounter(long delta)Increase the current write counter by the given deltaChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyFlushFutures()Deprecated.usenotifyPromises()ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyFlushFutures(java.lang.Throwable cause)Deprecated.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyFlushFutures(java.lang.Throwable cause1, java.lang.Throwable cause2)Deprecated.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyPromises()Notify allChannelFutures that were registered withadd(ChannelPromise, int)and their pendingDatasize is smaller after the current writeCounter returned bywriteCounter().ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyPromises(java.lang.Throwable cause)Notify allChannelFutures that were registered withadd(ChannelPromise, int)and their pendingDatasize isis smaller then the current writeCounter returned bywriteCounter().ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. notifyPromises(java.lang.Throwable cause1, java.lang.Throwable cause2)Notify allChannelFutures that were registered withadd(ChannelPromise, int)and their pendingDatasize is smaller then the current writeCounter returned bywriteCounter()using the given cause1.
-