Class CefRequest.CefUrlRequestFlags

  • Enclosing class:
    CefRequest

    public static final class CefRequest.CefUrlRequestFlags
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UR_FLAG_SKIP_CACHE

        public static final int UR_FLAG_SKIP_CACHE
        If set the cache will be skipped when handling the request.
        See Also:
        Constant Field Values
      • UR_FLAG_ALLOW_CACHED_CREDENTIALS

        public static final 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.
        See Also:
        Constant Field Values
      • UR_FLAG_REPORT_UPLOAD_PROGRESS

        public static final int UR_FLAG_REPORT_UPLOAD_PROGRESS
        If set upload progress events will be generated when a request has a body.
        See Also:
        Constant Field Values
      • UR_FLAG_REPORT_RAW_HEADERS

        public static final int UR_FLAG_REPORT_RAW_HEADERS
        If set the headers sent and received for the request will be recorded.
        See Also:
        Constant Field Values
      • UR_FLAG_NO_DOWNLOAD_DATA

        public static final int UR_FLAG_NO_DOWNLOAD_DATA
        If set the CefURLRequestClient.onDownloadData method will not be called.
        See Also:
        Constant Field Values
      • UR_FLAG_NO_RETRY_ON_5XX

        public static final int UR_FLAG_NO_RETRY_ON_5XX
        If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried. This currently only applies for requests originated in the browser process.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CefUrlRequestFlags

        public CefUrlRequestFlags()