org.solovyev.android.http
Class DownloadFileAsyncTask.Input
java.lang.Object
org.solovyev.android.http.DownloadFileAsyncTask.Input
- Enclosing class:
- DownloadFileAsyncTask
public static class DownloadFileAsyncTask.Input
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadFileAsyncTask.Input
public DownloadFileAsyncTask.Input(@Nonnull
String uri,
@Nonnull
HttpMethod method,
@Nonnull
org.solovyev.common.Converter<InputStream,?> fileConverter)
getUri
@Nonnull
public String getUri()
getMethod
@Nonnull
public HttpMethod getMethod()
getFileConverter
@Nonnull
public org.solovyev.common.Converter<InputStream,Object> getFileConverter()
Copyright © 2013. All Rights Reserved.