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

com.jn.agileway.httpclient.HttpAsyncClientCustomizer Maven / Gradle / Ivy

package com.jn.agileway.httpclient;

import org.apache.http.client.config.RequestConfig;
import org.apache.http.impl.nio.client.HttpAsyncClientBuilder;

public interface HttpAsyncClientCustomizer {
    void customizeHttpRequest(RequestConfig.Builder requestConfigBuilder);

    void customizeAsyncHttpClient(HttpAsyncClientBuilder httpAsyncClientBuilder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy