All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qiniu.storage.UpCompletionHandler Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
package com.qiniu.storage;

import com.qiniu.http.Response;

/**
 * 定义了文件上传结束回调接口
 */
public interface UpCompletionHandler {
    void complete(String key, Response r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy