Uses of Class
org.solovyev.android.http.HttpMethod

Packages that use HttpMethod
org.solovyev.android.http   
 

Uses of HttpMethod in org.solovyev.android.http
 

Methods in org.solovyev.android.http that return HttpMethod
 HttpMethod HttpTransactionDef.getHttpMethod()
           
 HttpMethod AbstractHttpTransaction.getHttpMethod()
           
 HttpMethod DownloadFileAsyncTask.Input.getMethod()
           
static HttpMethod HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpMethod[] HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.solovyev.android.http with parameters of type HttpMethod
AbstractHttpTransaction(String uri, HttpMethod httpMethod)
           
DownloadFileAsyncTask.Input(String uri, HttpMethod method, org.solovyev.common.Converter<InputStream,?> fileConverter)
           
DownloadFileHttpTransaction(String uri, HttpMethod httpMethod, org.solovyev.common.Converter<InputStream,R> fileConverter)
           
 



Copyright © 2013. All Rights Reserved.