| Name | Description | Type | Package | Framework |
| AsyncHttpClient | The AsyncHttpClient can be used to make asynchronous GET, POST, PUT and DELETE HTTP requests in your Android applications. | Class | com.loopj.android.http | LoopJ |
|
| AsyncHttpRequest | | Class | com.loopj.android.http | LoopJ |
|
| AsyncHttpResponseHandler | Used to intercept and handle the responses from requests made using AsyncHttpClient. | Class | com.loopj.android.http | LoopJ |
|
| Base64 | Utilities for encoding and decoding the Base64 representation of binary data. | Class | com.loopj.android.http | LoopJ |
|
| Base64DataException | | Class | com.loopj.android.http | LoopJ |
|
| Base64OutputStream | | Class | com.loopj.android.http | LoopJ |
|
| BaseJsonHttpResponseHandler | | Class | com.loopj.android.http | LoopJ |
|
| BinaryHttpResponseHandler | Used to intercept and handle the responses from requests made using AsyncHttpClient. | Class | com.loopj.android.http | LoopJ |
|
| BlackholeHttpResponseHandler | Blank implementation of ResponseHandlerInterface, which ignores all contents returned by remote HTTP endpoint, and discards all various log messages | Class | com.loopj.android.http | LoopJ |
|
| DataAsyncHttpResponseHandler | | Class | com.loopj.android.http | LoopJ |
|
| FileAsyncHttpResponseHandler | | Class | com.loopj.android.http | LoopJ |
|
| HttpDelete | The current Android (API level 21) bundled version of the Apache Http Client does not implement a HttpEntityEnclosingRequestBase type of HTTP DELETE method. | Class | com.loopj.android.http | LoopJ |
|
| HttpGet | The current Android (API level 21) bundled version of the Apache Http Client does not implement a HttpEntityEnclosingRequestBase type of HTTP GET method. | Class | com.loopj.android.http | LoopJ |
|
| JsonHttpResponseHandler | Used to intercept and handle the responses from requests made using AsyncHttpClient, with automatic parsing into a JSONObject or JSONArray. | Class | com.loopj.android.http | LoopJ |
|
| JsonStreamerEntity | HTTP entity to upload JSON data using streams. | Class | com.loopj.android.http | LoopJ |
|
| JsonValueInterface | This interface is used to encapsulate JSON values that are handled entirely by the app. | Interface | com.loopj.android.http | LoopJ |
|
| LogHandler | | Class | com.loopj.android.http | LoopJ |
|
| LogInterface | Interface independent to any library, which currently uses same interface as Log implementation You can change currently used LogInterface through AsyncHttpClient. | Interface | com.loopj.android.http | LoopJ |
|
| MySSLSocketFactory | This file is introduced to fix HTTPS Post bug on API < ICS see https://code. | Class | com.loopj.android.http | LoopJ |
|
| PersistentCookieStore | A persistent cookie store which implements the Apache HttpClient CookieStore interface. | Class | com.loopj.android.http | LoopJ |
|
| PreemptiveAuthorizationHttpRequestInterceptor | | Class | com.loopj.android.http | LoopJ |
|
| RangeFileAsyncHttpResponseHandler | | Class | com.loopj.android.http | LoopJ |
|
| RequestHandle | A Handle to an AsyncRequest which can be used to cancel a running request. | Class | com.loopj.android.http | LoopJ |
|
| RequestParams | A collection of string request parameters or files to send along with requests made from an AsyncHttpClient instance. | Class | com.loopj.android.http | LoopJ |
|
| RequestParams .FileWrapper | | Class | com.loopj.android.http | LoopJ |
|
| RequestParams .StreamWrapper | | Class | com.loopj.android.http | LoopJ |
|
| ResponseHandlerInterface | Interface to standardize implementationsReturns Header[] which were used to request | Interface | com.loopj.android.http | LoopJ |
|
| SaxAsyncHttpResponseHandler | Provides interface to deserialize SAX responses, using AsyncHttpResponseHandler. | Class | com.loopj.android.http | LoopJ |
|
| SerializableCookie | A wrapper class around Cookie and/or BasicClientCookie designed for use in PersistentCookieStore. | Class | com.loopj.android.http | LoopJ |
|
| SyncHttpClient | Processes http requests in synchronous mode, so your caller thread will be blocked on eachSee Also:AsyncHttpClient | Class | com.loopj.android.http | LoopJ |
|
| TextHttpResponseHandler | Used to intercept and handle the responses from requests made using AsyncHttpClient. | Class | com.loopj.android.http | LoopJ |