top.jfunc.http.component.ContentCallbackHandler Maven / Gradle / Ivy
package top.jfunc.http.component;
import top.jfunc.http.base.ContentCallback;
import top.jfunc.http.request.HttpRequest;
import java.io.IOException;
/**
* @author xiongshiyan at 2020/1/7 , contact me with email [email protected] or phone 15208384257
*/
@Deprecated
public interface ContentCallbackHandler {
/**
* 处理contentCallback
* @param cc 给谁设置body
* @param contentCallback ContentCallback,可能为null
* @param httpRequest HttpRequest
* @throws IOException IOException
*/
void handle(CC cc, ContentCallback contentCallback, HttpRequest httpRequest) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy