public static final class CefRequest.CefUrlRequestFlags extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
UR_FLAG_ALLOW_CACHED_CREDENTIALS
If set user name, password, and cookies may be sent with the request, and
cookies may be saved from the response.
|
static int |
UR_FLAG_NO_DOWNLOAD_DATA
If set the CefURLRequestClient.onDownloadData method will not be called.
|
static int |
UR_FLAG_NO_RETRY_ON_5XX
If set 5XX redirect errors will be propagated to the observer instead of
automatically re-tried.
|
static int |
UR_FLAG_NONE
Default behavior.
|
static int |
UR_FLAG_REPORT_RAW_HEADERS
If set the headers sent and received for the request will be recorded.
|
static int |
UR_FLAG_REPORT_UPLOAD_PROGRESS
If set upload progress events will be generated when a request has a body.
|
static int |
UR_FLAG_SKIP_CACHE
If set the cache will be skipped when handling the request.
|
| 构造器和说明 |
|---|
CefRequest.CefUrlRequestFlags() |
public static final int UR_FLAG_NONE
public static final int UR_FLAG_SKIP_CACHE
public static final int UR_FLAG_ALLOW_CACHED_CREDENTIALS
public static final int UR_FLAG_REPORT_UPLOAD_PROGRESS
public static final int UR_FLAG_REPORT_RAW_HEADERS
public static final int UR_FLAG_NO_DOWNLOAD_DATA
public static final int UR_FLAG_NO_RETRY_ON_5XX
Copyright © 2017. All rights reserved.