public static final class CefRequest.CefUrlRequestFlags
extends java.lang.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.
(如果设置了用户名,密码和cookie,则可能会随请求一起发送,并且cookie可能会从响应中保存。)
|
static int |
UR_FLAG_NO_DOWNLOAD_DATA
If set the CefURLRequestClient.onDownloadData method will not be called.
(如果设置,则不会调用CefURLRequestClient.onDownloadData方法。)
|
static int |
UR_FLAG_NO_RETRY_ON_5XX
If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried.
(如果设置为5XX,重定向错误将传播给观察者,而不是自动重试。)
|
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.
(如果设置,则在处理请求时将跳过缓存。)
|
构造器和说明 |
---|
CefUrlRequestFlags() |
public static final int UR_FLAG_ALLOW_CACHED_CREDENTIALS
public static final int UR_FLAG_NO_DOWNLOAD_DATA
public static final int UR_FLAG_NO_RETRY_ON_5XX
public static final int UR_FLAG_NONE
public static final int UR_FLAG_REPORT_RAW_HEADERS
public static final int UR_FLAG_REPORT_UPLOAD_PROGRESS
public static final int UR_FLAG_SKIP_CACHE