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

org.solovyev.android.http.HttpTransaction Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.http;

import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpUriRequest;
import org.jetbrains.annotations.NotNull;

/**
 * User: serso
 * Date: 5/27/12
 * Time: 2:31 PM
 */
public interface HttpTransaction {

    @NotNull
    HttpUriRequest createRequest();

    R getResponse(@NotNull HttpResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy