public interface ChannelProgressiveFuture extends ChannelFuture, io.netty.util.concurrent.ProgressiveFuture<Void>
ChannelFuture which is used to indicate the FileRegion transfer progress| Modifier and Type | Method and Description |
|---|---|
ChannelProgressiveFuture |
addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener) |
ChannelProgressiveFuture |
addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners) |
ChannelProgressiveFuture |
await() |
ChannelProgressiveFuture |
awaitUninterruptibly() |
ChannelProgressiveFuture |
removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener) |
ChannelProgressiveFuture |
removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners) |
ChannelProgressiveFuture |
sync() |
ChannelProgressiveFuture |
syncUninterruptibly() |
channel, isVoidawait, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccessget, get, isCancelled, isDoneChannelProgressiveFuture addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)
addListener in interface ChannelFutureaddListener in interface io.netty.util.concurrent.ProgressiveFuture<Void>ChannelProgressiveFuture addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)
addListeners in interface ChannelFutureaddListeners in interface io.netty.util.concurrent.ProgressiveFuture<Void>ChannelProgressiveFuture removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)
removeListener in interface ChannelFutureremoveListener in interface io.netty.util.concurrent.ProgressiveFuture<Void>ChannelProgressiveFuture removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)
removeListeners in interface ChannelFutureremoveListeners in interface io.netty.util.concurrent.ProgressiveFuture<Void>ChannelProgressiveFuture sync() throws InterruptedException
sync in interface ChannelFuturesync in interface io.netty.util.concurrent.ProgressiveFuture<Void>InterruptedExceptionChannelProgressiveFuture syncUninterruptibly()
syncUninterruptibly in interface ChannelFuturesyncUninterruptibly in interface io.netty.util.concurrent.ProgressiveFuture<Void>ChannelProgressiveFuture await() throws InterruptedException
await in interface ChannelFutureawait in interface io.netty.util.concurrent.ProgressiveFuture<Void>InterruptedExceptionChannelProgressiveFuture awaitUninterruptibly()
awaitUninterruptibly in interface ChannelFutureawaitUninterruptibly in interface io.netty.util.concurrent.ProgressiveFuture<Void>Copyright © 2008–2025 The Netty Project. All rights reserved.