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

com.qiniu.http.AsyncCallback Maven / Gradle / Ivy

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

/**
 * 请求处理完成的异步回调接口
 */
public interface AsyncCallback {
    void complete(Response r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy