Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #LoopJ - 29 results found.
NameDescriptionTypePackageFramework
AsyncHttpClientThe AsyncHttpClient can be used to make asynchronous GET, POST, PUT and DELETE HTTP requests in your Android applications.Classcom.loopj.android.httpLoopJ
AsyncHttpRequestClasscom.loopj.android.httpLoopJ
AsyncHttpResponseHandlerUsed to intercept and handle the responses from requests made using AsyncHttpClient.Classcom.loopj.android.httpLoopJ
Base64Utilities for encoding and decoding the Base64 representation of binary data.Classcom.loopj.android.httpLoopJ
Base64DataExceptionClasscom.loopj.android.httpLoopJ
Base64OutputStreamClasscom.loopj.android.httpLoopJ
BaseJsonHttpResponseHandlerClasscom.loopj.android.httpLoopJ
BinaryHttpResponseHandlerUsed to intercept and handle the responses from requests made using AsyncHttpClient.Classcom.loopj.android.httpLoopJ
BlackholeHttpResponseHandlerBlank implementation of ResponseHandlerInterface, which ignores all contents returned by remote HTTP endpoint, and discards all various log messagesClasscom.loopj.android.httpLoopJ
DataAsyncHttpResponseHandlerClasscom.loopj.android.httpLoopJ
FileAsyncHttpResponseHandlerClasscom.loopj.android.httpLoopJ
HttpDeleteThe current Android (API level 21) bundled version of the Apache Http Client does not implement a HttpEntityEnclosingRequestBase type of HTTP DELETE method.Classcom.loopj.android.httpLoopJ
HttpGetThe current Android (API level 21) bundled version of the Apache Http Client does not implement a HttpEntityEnclosingRequestBase type of HTTP GET method.Classcom.loopj.android.httpLoopJ
JsonHttpResponseHandlerUsed to intercept and handle the responses from requests made using AsyncHttpClient, with automatic parsing into a JSONObject or JSONArray.Classcom.loopj.android.httpLoopJ
JsonStreamerEntityHTTP entity to upload JSON data using streams.Classcom.loopj.android.httpLoopJ
JsonValueInterfaceThis interface is used to encapsulate JSON values that are handled entirely by the app.Interfacecom.loopj.android.httpLoopJ
LogHandlerClasscom.loopj.android.httpLoopJ
LogInterfaceInterface independent to any library, which currently uses same interface as Log implementation You can change currently used LogInterface through AsyncHttpClient.Interfacecom.loopj.android.httpLoopJ
MySSLSocketFactoryThis file is introduced to fix HTTPS Post bug on API < ICS see https://code.Classcom.loopj.android.httpLoopJ
PersistentCookieStoreA persistent cookie store which implements the Apache HttpClient CookieStore interface.Classcom.loopj.android.httpLoopJ
PreemptiveAuthorizationHttpRequestInterceptorClasscom.loopj.android.httpLoopJ
RangeFileAsyncHttpResponseHandlerClasscom.loopj.android.httpLoopJ
RequestHandleA Handle to an AsyncRequest which can be used to cancel a running request.Classcom.loopj.android.httpLoopJ
RequestParamsA collection of string request parameters or files to send along with requests made from an AsyncHttpClient instance.Classcom.loopj.android.httpLoopJ
ResponseHandlerInterfaceInterface to standardize implementationsReturns Header[] which were used to requestInterfacecom.loopj.android.httpLoopJ
SaxAsyncHttpResponseHandlerProvides interface to deserialize SAX responses, using AsyncHttpResponseHandler.Classcom.loopj.android.httpLoopJ
SerializableCookieA wrapper class around Cookie and/or BasicClientCookie designed for use in PersistentCookieStore.Classcom.loopj.android.httpLoopJ
SyncHttpClientProcesses http requests in synchronous mode, so your caller thread will be blocked on eachSee Also:AsyncHttpClientClasscom.loopj.android.httpLoopJ
TextHttpResponseHandlerUsed to intercept and handle the responses from requests made using AsyncHttpClient.Classcom.loopj.android.httpLoopJ