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

develop.toolkit.base.struct.http.HttpPostProcessor Maven / Gradle / Ivy

The newest version!
package develop.toolkit.base.struct.http;

import develop.toolkit.base.components.HttpClientSender;

/**
 * Http发送器后置处理
 *
 * @author qiushui on 2021-09-16.
 */
@FunctionalInterface
public interface HttpPostProcessor {

    void process(HttpClientSender sender, HttpClientReceiver receiver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy