Package apple.foundation.enums
Class NSURLSessionTaskMetricsResourceFetchType
- java.lang.Object
-
- apple.foundation.enums.NSURLSessionTaskMetricsResourceFetchType
-
public final class NSURLSessionTaskMetricsResourceFetchType extends java.lang.ObjectThe resource fetch type.
-
-
Field Summary
Fields Modifier and Type Field Description static longLocalCacheThe resource was retrieved from the local storage.static longNetworkLoadThe resource was loaded over the network.static longServerPushThe resource was pushed by the server to the client.static longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
NetworkLoad
public static final long NetworkLoad
The resource was loaded over the network.- See Also:
- Constant Field Values
-
ServerPush
public static final long ServerPush
The resource was pushed by the server to the client.- See Also:
- Constant Field Values
-
LocalCache
public static final long LocalCache
The resource was retrieved from the local storage.- See Also:
- Constant Field Values
-
-