Class NSURLSessionResponseDisposition


  • public final class NSURLSessionResponseDisposition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Allow
      Allow the load to continue
      static long BecomeDownload
      Turn this request into a download
      static long BecomeStream
      Turn this task into a stream task
      static long Cancel
      Cancel the load, this is the same as -[task cancel]
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Cancel

        public static final long Cancel
        Cancel the load, this is the same as -[task cancel]
        See Also:
        Constant Field Values
      • BecomeDownload

        public static final long BecomeDownload
        Turn this request into a download
        See Also:
        Constant Field Values
      • BecomeStream

        public static final long BecomeStream
        Turn this task into a stream task
        See Also:
        Constant Field Values