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