Class NSURLSessionTaskMetricsResourceFetchType


  • public final class NSURLSessionTaskMetricsResourceFetchType
    extends java.lang.Object
    The resource fetch type.
    • Field Summary

      Fields 
      Modifier and Type Field 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  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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