public final class NSURLSessionResponseDisposition
extends java.lang.Object
| Modifier and Type | Field and 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]
|
public static final long Cancel
public static final long Allow
public static final long BecomeDownload
public static final long BecomeStream