org.solovyev.android.http
Class DownloadFileHttpTransaction<R>
java.lang.Object
org.solovyev.android.http.AbstractHttpTransaction<R>
org.solovyev.android.http.DownloadFileHttpTransaction<R>
- All Implemented Interfaces:
- HttpTransaction<R>, HttpTransactionDef
public class DownloadFileHttpTransaction<R>
- extends AbstractHttpTransaction<R>
User: serso
Date: 5/29/12
Time: 9:51 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadFileHttpTransaction
public DownloadFileHttpTransaction(@Nonnull
String uri,
@Nonnull
HttpMethod httpMethod,
@Nonnull
org.solovyev.common.Converter<InputStream,R> fileConverter)
getRequestParameters
@Nonnull
public List<org.apache.http.NameValuePair> getRequestParameters()
getResponse
public R getResponse(@Nonnull
org.apache.http.HttpResponse response)
Copyright © 2013. All Rights Reserved.