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

cn.majingjing.http.client.response.callback.HttpCallBack Maven / Gradle / Ivy

package cn.majingjing.http.client.response.callback;

import cn.majingjing.http.client.request.HttpRequest;
import cn.majingjing.http.client.response.HttpResponse;

/**
 * Http client 回调接口
 *
 * @author MaMarion
 * @date 2020-04-17
 */
public interface HttpCallBack {

    /**
     * 当请求完成时发生回调
     *
     * @param req 请求对象
     * @param response 响应对象
     */
    void onComplete(HttpRequest req, HttpResponse response);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy