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

com.redhat.lightblue.client.http.transport.HttpTransport Maven / Gradle / Ivy

There is a newer version: 5.21.0
Show newest version
package com.redhat.lightblue.client.http.transport;

import java.io.Closeable;

import com.redhat.lightblue.client.http.LightblueHttpClientException;
import com.redhat.lightblue.client.request.LightblueRequest;

public interface HttpTransport extends Closeable {
    String executeRequest(LightblueRequest request, String baseUri) throws LightblueHttpClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy