public final class NSURLSessionTaskMetricsResourceFetchType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
LocalCache
The resource was retrieved from the local storage.
|
static long |
NetworkLoad
The resource was loaded over the network.
|
static long |
ServerPush
The resource was pushed by the server to the client.
|
static long |
Unknown |
public static final long Unknown
public static final long NetworkLoad
public static final long ServerPush
public static final long LocalCache