public final class RequestOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
The set of defaults flags for a request.
|
static int |
PRIORITY_HIGH
Marks an asynchronous request as high priority
|
static int |
PRIORITY_LOW
Marks an asynchronous request as low priority
|
static int |
PRIORITY_NORMAL
Marks an asyncrhonous request as normal priority
|
Constructor and Description |
---|
RequestOptions() |
public static final int PRIORITY_NORMAL
public static final int PRIORITY_LOW
public static final int PRIORITY_HIGH
public static final int DEFAULT