org.solovyev.android.http
Class HttpTransactions
java.lang.Object
org.solovyev.android.http.HttpTransactions
public final class HttpTransactions
- extends Object
User: serso
Date: 5/28/12
Time: 2:17 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newHttpClient
@Nonnull
public static AHttpClient newHttpClient()
execute
public static <R> R execute(@Nonnull
HttpTransaction<R> httpTransaction)
throws IOException
- Throws:
IOException
execute
@Nonnull
public static <R> List<R> execute(@Nonnull
List<? extends HttpTransaction<R>> httpTransactions)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.