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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
flushCheckpoint()
void
flushCheckpoint(long checkpoint)
ChannelPromise
promise()
-
-
-
Method Detail
-
flushCheckpoint
long flushCheckpoint()
-
flushCheckpoint
void flushCheckpoint(long checkpoint)
-
promise
ChannelPromise promise()
-
-