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

top.jfunc.http.component.RequesterCustomizer Maven / Gradle / Ivy

package top.jfunc.http.component;

import top.jfunc.http.request.HttpRequest;

/**
 * 对创建出来的组件进行自定义配置
 * @author xiongshiyan at 2020/1/9 , contact me with email [email protected] or phone 15208384257
 */
public interface RequesterCustomizer {
    /**
     * 对组件进行自定义处理
     * @param c 被处理的
     * @param httpRequest HttpRequest
     */
    void customize(C c, HttpRequest httpRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy