Android REST client library (supports RESTful JSON API).
Httpzoid is hosted in the following web site
https://github.com/kodart/Httpzoid
If you think the Android project Httpzoid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Httpzoid.
Item | Value |
---|---|
Java File Count | 20 |
Target SDK Version | 16 |
Minimum SDK Version | 7 |
Activity Count | 0 |
jar files used | gson-2.2.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Httpzoid has the following Java source files.
com.kodart.httpzoid.Action.java com.kodart.httpzoid.AsyncTaskCancellable.java com.kodart.httpzoid.Cancellable.java com.kodart.httpzoid.Http.java com.kodart.httpzoid.HttpDataResponse.java com.kodart.httpzoid.HttpFactory.java com.kodart.httpzoid.HttpRequest.java com.kodart.httpzoid.HttpResponse.java com.kodart.httpzoid.HttpUrlConnection.java com.kodart.httpzoid.HttpUrlConnectionRequest.java com.kodart.httpzoid.HttpzoidException.java com.kodart.httpzoid.Network.java com.kodart.httpzoid.NetworkAuthenticationException.java com.kodart.httpzoid.NetworkFailureAction.java com.kodart.httpzoid.NetworkImpl.java com.kodart.httpzoid.ResponseHandler.java com.kodart.httpzoid.serializers.HttpSerializer.java com.kodart.httpzoid.serializers.JsonHttpSerializer.java com.kodart.httpzoid.serializers.XmlHttpSerializer.java