public class WriteProgressListener extends WriteListener implements io.netty.channel.ChannelProgressiveFutureListener
future| Constructor and Description |
|---|
WriteProgressListener(NettyResponseFuture<?> future,
boolean notifyHeaders,
long expectedTotal) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(io.netty.channel.ChannelProgressiveFuture cf) |
void |
operationProgressed(io.netty.channel.ChannelProgressiveFuture f,
long progress,
long total) |
public WriteProgressListener(NettyResponseFuture<?> future, boolean notifyHeaders, long expectedTotal)
public void operationComplete(io.netty.channel.ChannelProgressiveFuture cf)
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelProgressiveFuture>public void operationProgressed(io.netty.channel.ChannelProgressiveFuture f,
long progress,
long total)
operationProgressed in interface io.netty.util.concurrent.GenericProgressiveFutureListener<io.netty.channel.ChannelProgressiveFuture>Copyright © 2018. All Rights Reserved.