Package com.qiniu.android.dns
Class NetworkInfo
java.lang.Object
com.qiniu.android.dns.NetworkInfo
public final class NetworkInfo
extends java.lang.Object
Created by bailong on 15/6/21.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkInfo.NetSatus网络状态,没有网络,wifi,或者2G/3G/4G网络 -
Field Summary
Fields Modifier and Type Field Description static intISP_CMCC中国移动static intISP_CNC中国联通static intISP_CTC中国电信static intISP_DIANXIN中国电信static intISP_GENERAL默认网络供应商static intISP_LIANTONG中国联通static intISP_OTHER其他运营商static intISP_YIDONG中国移动NetworkInfo.NetSatusnetStatus网络状态static NetworkInfonoNetworkstatic NetworkInfonormalintprovider运营商 -
Constructor Summary
Constructors Constructor Description NetworkInfo(NetworkInfo.NetSatus status, int provider) -
Method Summary
-
Field Details
-
ISP_GENERAL
public static final int ISP_GENERAL默认网络供应商- See Also:
- Constant Field Values
-
ISP_CTC
public static final int ISP_CTC中国电信- See Also:
- Constant Field Values
-
ISP_DIANXIN
public static final int ISP_DIANXIN中国电信- See Also:
- Constant Field Values
-
ISP_CNC
public static final int ISP_CNC中国联通- See Also:
- Constant Field Values
-
ISP_LIANTONG
public static final int ISP_LIANTONG中国联通- See Also:
- Constant Field Values
-
ISP_CMCC
public static final int ISP_CMCC中国移动- See Also:
- Constant Field Values
-
ISP_YIDONG
public static final int ISP_YIDONG中国移动- See Also:
- Constant Field Values
-
ISP_OTHER
public static final int ISP_OTHER其他运营商- See Also:
- Constant Field Values
-
noNetwork
-
normal
-
provider
public final int provider运营商 -
netStatus
网络状态
-
-
Constructor Details