org.solovyev.android.http
Class DownloadFileAsyncTask.Input

java.lang.Object
  extended by org.solovyev.android.http.DownloadFileAsyncTask.Input
Enclosing class:
DownloadFileAsyncTask

public static class DownloadFileAsyncTask.Input
extends Object


Constructor Summary
DownloadFileAsyncTask.Input(String uri, HttpMethod method, org.solovyev.common.Converter<InputStream,?> fileConverter)
           
 
Method Summary
 org.solovyev.common.Converter<InputStream,Object> getFileConverter()
           
 HttpMethod getMethod()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadFileAsyncTask.Input

public DownloadFileAsyncTask.Input(@Nonnull
                                   String uri,
                                   @Nonnull
                                   HttpMethod method,
                                   @Nonnull
                                   org.solovyev.common.Converter<InputStream,?> fileConverter)
Method Detail

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.