Package apple.foundation.enums
Class NSURLSessionResponseDisposition
- java.lang.Object
-
- apple.foundation.enums.NSURLSessionResponseDisposition
-
public final class NSURLSessionResponseDisposition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowAllow the load to continuestatic longBecomeDownloadTurn this request into a downloadstatic longBecomeStreamTurn this task into a stream taskstatic longCancelCancel the load, this is the same as -[task cancel]
-
-
-
Field Detail
-
Cancel
public static final long Cancel
Cancel the load, this is the same as -[task cancel]- See Also:
- Constant Field Values
-
Allow
public static final long Allow
Allow the load to continue- 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
-
-