Accela SDK for Android  V3.0
 All Classes Functions Variables Pages
com.accela.mobile.http.AsyncHttpClient Member List

This is the complete list of members for com.accela.mobile.http.AsyncHttpClient, including all inherited members.

addHeader(String header, String value)com.accela.mobile.http.AsyncHttpClientinline
assembleUrlWithParams(String url, RequestParams params)com.accela.mobile.http.AsyncHttpClientinline
AsyncHttpClient()com.accela.mobile.http.AsyncHttpClientinline
cancelRequests(Context context, boolean mayInterruptIfRunning)com.accela.mobile.http.AsyncHttpClientinline
delete(String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
delete(Context context, String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
delete(Context context, String url, Header[] headers, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
get(String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
get(String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
get(Context context, String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
get(Context context, String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
get(Context context, String url, Header[] headers, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
getHeader()com.accela.mobile.http.AsyncHttpClientinline
getHttpResponseHeaders()com.accela.mobile.http.AsyncHttpClientinline
isCancelled()com.accela.mobile.http.AsyncHttpClientinline
isLoading()com.accela.mobile.http.AsyncHttpClientinline
post(String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
post(String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
post(Context context, String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
post(Context context, String url, HttpEntity entity, String contentType, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
post(Context context, String url, Header[] headers, RequestParams params, String contentType, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
put(String url, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
put(String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
put(Context context, String url, RequestParams params, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
put(Context context, String url, HttpEntity entity, String contentType, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
put(Context context, String url, Header[] headers, HttpEntity entity, String contentType, AsyncHttpResponseHandler responseHandler)com.accela.mobile.http.AsyncHttpClientinline
setCookieStore(CookieStore cookieStore)com.accela.mobile.http.AsyncHttpClientinline
setSSLSocketFactory(SSLSocketFactory sslSocketFactory)com.accela.mobile.http.AsyncHttpClientinline
setThreadPool(ThreadPoolExecutor threadPool)com.accela.mobile.http.AsyncHttpClientinline
setUserAgent(String userAgent)com.accela.mobile.http.AsyncHttpClientinline