Package 

Enum GlobalHeadersConfig.ClearSiteData

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CACHE

      Indicates that the server wishes to remove locally cached data (the browser cache) for the origin of the response URL. Depending on the browser, this might also clear out things like pre-rendered pages, script caches, WebGL shader caches, or address bar suggestions.

      COOKIES

      Indicates that the server wishes to remove all cookies for the origin of the response URL. HTTP authentication credentials are also cleared out. This affects the entire registered domain, including subdomains. So https://example.com as well as https://stage.example.com, will have cookies cleared.

      STORAGE

      Indicates that the server wishes to remove all DOM storage for the origin of the response URL. This includes storage mechanisms such as:localStorage, sessionStorage, IndexedDB, Service worker registrations, Web SQL databases (deprecated), FileSystem API data, Plugin data.

      EXECUTION_CONTEXTS

      Indicates that the server wishes to reload all browsing contexts for the origin of the response.

      ANY

      Indicates that the server wishes to clear all types of data for the origin of the response. If more data types are added in future versions of this header, they will also be covered by it.

    • Method Summary

      Modifier and Type Method Description
      final String getHeaderValue()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait