Package apple.network.enums
Class nw_report_resolution_source_t
- java.lang.Object
-
- apple.network.enums.nw_report_resolution_source_t
-
public final class nw_report_resolution_source_t extends java.lang.Object[@typedef] nw_report_resolution_source_t The source of a resolution indicates if the set of endpoints was resolved locally using a cache, or sent a query over the network.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_report_resolution_source_cache[@const] nw_report_resolution_source_cache The local cache was usedstatic intnw_report_resolution_source_expired_cache[@const] nw_report_resolution_source_expired_cache An expired entry in the local cache was usedstatic intnw_report_resolution_source_query[@const] nw_report_resolution_source_query A query was sent over the network
-
-
-
Field Detail
-
nw_report_resolution_source_query
public static final int nw_report_resolution_source_query
[@const] nw_report_resolution_source_query A query was sent over the network- See Also:
- Constant Field Values
-
nw_report_resolution_source_cache
public static final int nw_report_resolution_source_cache
[@const] nw_report_resolution_source_cache The local cache was used- See Also:
- Constant Field Values
-
nw_report_resolution_source_expired_cache
public static final int nw_report_resolution_source_expired_cache
[@const] nw_report_resolution_source_expired_cache An expired entry in the local cache was used- See Also:
- Constant Field Values
-
-