public class Progress extends Object implements io.netty.channel.ChannelProgressiveFutureListener
| 构造器和说明 |
|---|
Progress(io.netty.channel.Channel channel,
String reqId,
com.jcraft.jsch.Session session,
com.jcraft.jsch.ChannelSftp channelSftp,
long totalSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
operationComplete(io.netty.channel.ChannelProgressiveFuture future) |
void |
operationProgressed(io.netty.channel.ChannelProgressiveFuture future,
long progress,
long total) |
public Progress(io.netty.channel.Channel channel,
String reqId,
com.jcraft.jsch.Session session,
com.jcraft.jsch.ChannelSftp channelSftp,
long totalSize)
Copyright © 2019. All rights reserved.