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

bdi.glue.http.common.HttpGateway Maven / Gradle / Ivy

package bdi.glue.http.common;

import java.net.URI;

/**
 * @author @aloyer
 */
public interface HttpGateway extends Adaptable {

    HttpResponse invoke(HttpRequestBuilder req);

    void defineHost(URI uri);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy