Uses of Interface
org.solovyev.android.http.HttpTransaction

Packages that use HttpTransaction
org.solovyev.android.http   
 

Uses of HttpTransaction in org.solovyev.android.http
 

Classes in org.solovyev.android.http that implement HttpTransaction
 class AbstractHttpTransaction<R>
          User: serso Date: 5/27/12 Time: 2:33 PM
 class DownloadFileHttpTransaction<R>
          User: serso Date: 5/29/12 Time: 9:51 PM
 

Methods in org.solovyev.android.http with parameters of type HttpTransaction
<R> R
AHttpClient.execute(HttpTransaction<R> httpTransaction)
           
static
<R> R
HttpTransactions.execute(HttpTransaction<R> httpTransaction)
           
 

Method parameters in org.solovyev.android.http with type arguments of type HttpTransaction
<R> List<R>
AHttpClient.execute(List<? extends HttpTransaction<R>> httpTransactions)
           
static
<R> List<R>
HttpTransactions.execute(List<? extends HttpTransaction<R>> httpTransactions)
           
 



Copyright © 2013. All Rights Reserved.