org.solovyev.android.http
Interface HttpTransactionDef

All Known Implementing Classes:
AbstractHttpTransaction, DownloadFileHttpTransaction

public interface HttpTransactionDef

User: serso Date: 6/4/12 Time: 4:24 PM


Method Summary
 HttpMethod getHttpMethod()
           
 List<org.apache.http.NameValuePair> getRequestParameters()
           
 String getUri()
           
 

Method Detail

getHttpMethod

@Nonnull
HttpMethod getHttpMethod()

getUri

@Nonnull
String getUri()

getRequestParameters

@Nonnull
List<org.apache.http.NameValuePair> getRequestParameters()


Copyright © 2013. All Rights Reserved.