public class ProgressiveFutureListener extends Object implements io.netty.channel.ChannelProgressiveFutureListener
| 构造器和说明 |
|---|
ProgressiveFutureListener(RandomAccessFile raf) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProgressiveFutureListener |
build(RandomAccessFile raf) |
void |
operationComplete(io.netty.channel.ChannelProgressiveFuture future) |
void |
operationProgressed(io.netty.channel.ChannelProgressiveFuture future,
long progress,
long total) |
public ProgressiveFutureListener(RandomAccessFile raf)
public void operationProgressed(io.netty.channel.ChannelProgressiveFuture future,
long progress,
long total)
operationProgressed 在接口中 io.netty.util.concurrent.GenericProgressiveFutureListener<io.netty.channel.ChannelProgressiveFuture>public void operationComplete(io.netty.channel.ChannelProgressiveFuture future)
operationComplete 在接口中 io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelProgressiveFuture>public static ProgressiveFutureListener build(RandomAccessFile raf)
Copyright © 2018. All rights reserved.