
io.sphere.sdk.client.HttpClient Maven / Gradle / Ivy
package io.sphere.sdk.client;
import com.google.common.util.concurrent.ListenableFuture;
import io.sphere.sdk.requests.HttpResponse;
import io.sphere.sdk.requests.Requestable;
import net.jcip.annotations.ThreadSafe;
@ThreadSafe
public interface HttpClient extends AutoCloseable {
ListenableFuture execute(Requestable request);
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy