Back to project page RestIt.
The source code is released under:
Apache License
If you think the Android project RestIt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.restit.network; /*from w w w .ja v a 2s . c o m*/ /** * We only distinguish between two network statuses: connected or disconnected * * @author Cody * */ public enum RestItNetworkStatus { CONNECTED, DISCONNECTED }