Package io.netty.channel
Interface ChannelFlushPromiseNotifier.FlushCheckpoint
- All Known Implementing Classes:
AbstractBootstrap.PendingRegistrationPromise
,AbstractChannel.CloseFuture
,ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
,DefaultChannelProgressivePromise
,DefaultChannelPromise
,Http2CodecUtil.SimpleChannelPromiseAggregator
- Enclosing class:
ChannelFlushPromiseNotifier
static interface ChannelFlushPromiseNotifier.FlushCheckpoint
-
Method Summary
-
Method Details
-
flushCheckpoint
long flushCheckpoint() -
flushCheckpoint
void flushCheckpoint(long checkpoint) -
promise
ChannelPromise promise()
-