Package io.webfolder.cdp.type.page
Enum Class BackForwardCacheNotRestoredReason
java.lang.Object
java.lang.Enum<BackForwardCacheNotRestoredReason>
io.webfolder.cdp.type.page.BackForwardCacheNotRestoredReason
- All Implemented Interfaces:
Serializable
,Comparable<BackForwardCacheNotRestoredReason>
,java.lang.constant.Constable
List of not restored reasons for back-forward cache.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the enum constant of this class with the specified name.static BackForwardCacheNotRestoredReason[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NotPrimaryMainFrame
@SerializedName("NotPrimaryMainFrame") public static final BackForwardCacheNotRestoredReason NotPrimaryMainFrame -
BackForwardCacheDisabled
@SerializedName("BackForwardCacheDisabled") public static final BackForwardCacheNotRestoredReason BackForwardCacheDisabled -
RelatedActiveContentsExist
@SerializedName("RelatedActiveContentsExist") public static final BackForwardCacheNotRestoredReason RelatedActiveContentsExist -
HTTPStatusNotOK
@SerializedName("HTTPStatusNotOK") public static final BackForwardCacheNotRestoredReason HTTPStatusNotOK -
SchemeNotHTTPOrHTTPS
@SerializedName("SchemeNotHTTPOrHTTPS") public static final BackForwardCacheNotRestoredReason SchemeNotHTTPOrHTTPS -
Loading
-
WasGrantedMediaAccess
@SerializedName("WasGrantedMediaAccess") public static final BackForwardCacheNotRestoredReason WasGrantedMediaAccess -
DisableForRenderFrameHostCalled
@SerializedName("DisableForRenderFrameHostCalled") public static final BackForwardCacheNotRestoredReason DisableForRenderFrameHostCalled -
DomainNotAllowed
@SerializedName("DomainNotAllowed") public static final BackForwardCacheNotRestoredReason DomainNotAllowed -
HTTPMethodNotGET
@SerializedName("HTTPMethodNotGET") public static final BackForwardCacheNotRestoredReason HTTPMethodNotGET -
Timeout
-
CacheLimit
-
JavaScriptExecution
@SerializedName("JavaScriptExecution") public static final BackForwardCacheNotRestoredReason JavaScriptExecution -
RendererProcessKilled
@SerializedName("RendererProcessKilled") public static final BackForwardCacheNotRestoredReason RendererProcessKilled -
RendererProcessCrashed
@SerializedName("RendererProcessCrashed") public static final BackForwardCacheNotRestoredReason RendererProcessCrashed -
SchedulerTrackedFeatureUsed
@SerializedName("SchedulerTrackedFeatureUsed") public static final BackForwardCacheNotRestoredReason SchedulerTrackedFeatureUsed -
ConflictingBrowsingInstance
@SerializedName("ConflictingBrowsingInstance") public static final BackForwardCacheNotRestoredReason ConflictingBrowsingInstance -
CacheFlushed
-
ServiceWorkerVersionActivation
@SerializedName("ServiceWorkerVersionActivation") public static final BackForwardCacheNotRestoredReason ServiceWorkerVersionActivation -
SessionRestored
@SerializedName("SessionRestored") public static final BackForwardCacheNotRestoredReason SessionRestored -
ServiceWorkerPostMessage
@SerializedName("ServiceWorkerPostMessage") public static final BackForwardCacheNotRestoredReason ServiceWorkerPostMessage -
EnteredBackForwardCacheBeforeServiceWorkerHostAdded
@SerializedName("EnteredBackForwardCacheBeforeServiceWorkerHostAdded") public static final BackForwardCacheNotRestoredReason EnteredBackForwardCacheBeforeServiceWorkerHostAdded -
RenderFrameHostReusedSameSite
@SerializedName("RenderFrameHostReused_SameSite") public static final BackForwardCacheNotRestoredReason RenderFrameHostReusedSameSite -
RenderFrameHostReusedCrossSite
@SerializedName("RenderFrameHostReused_CrossSite") public static final BackForwardCacheNotRestoredReason RenderFrameHostReusedCrossSite -
ServiceWorkerClaim
@SerializedName("ServiceWorkerClaim") public static final BackForwardCacheNotRestoredReason ServiceWorkerClaim -
IgnoreEventAndEvict
@SerializedName("IgnoreEventAndEvict") public static final BackForwardCacheNotRestoredReason IgnoreEventAndEvict -
HaveInnerContents
@SerializedName("HaveInnerContents") public static final BackForwardCacheNotRestoredReason HaveInnerContents -
TimeoutPuttingInCache
@SerializedName("TimeoutPuttingInCache") public static final BackForwardCacheNotRestoredReason TimeoutPuttingInCache -
BackForwardCacheDisabledByLowMemory
@SerializedName("BackForwardCacheDisabledByLowMemory") public static final BackForwardCacheNotRestoredReason BackForwardCacheDisabledByLowMemory -
BackForwardCacheDisabledByCommandLine
@SerializedName("BackForwardCacheDisabledByCommandLine") public static final BackForwardCacheNotRestoredReason BackForwardCacheDisabledByCommandLine -
NetworkRequestDatapipeDrainedAsBytesConsumer
@SerializedName("NetworkRequestDatapipeDrainedAsBytesConsumer") public static final BackForwardCacheNotRestoredReason NetworkRequestDatapipeDrainedAsBytesConsumer -
NetworkRequestRedirected
@SerializedName("NetworkRequestRedirected") public static final BackForwardCacheNotRestoredReason NetworkRequestRedirected -
NetworkRequestTimeout
@SerializedName("NetworkRequestTimeout") public static final BackForwardCacheNotRestoredReason NetworkRequestTimeout -
NetworkExceedsBufferLimit
@SerializedName("NetworkExceedsBufferLimit") public static final BackForwardCacheNotRestoredReason NetworkExceedsBufferLimit -
BackForwardCacheDisabledForPrerender
@SerializedName("BackForwardCacheDisabledForPrerender") public static final BackForwardCacheNotRestoredReason BackForwardCacheDisabledForPrerender -
UserAgentOverrideDiffers
@SerializedName("UserAgentOverrideDiffers") public static final BackForwardCacheNotRestoredReason UserAgentOverrideDiffers -
ForegroundCacheLimit
@SerializedName("ForegroundCacheLimit") public static final BackForwardCacheNotRestoredReason ForegroundCacheLimit -
BrowsingInstanceNotSwapped
@SerializedName("BrowsingInstanceNotSwapped") public static final BackForwardCacheNotRestoredReason BrowsingInstanceNotSwapped -
BackForwardCacheDisabledForDelegate
@SerializedName("BackForwardCacheDisabledForDelegate") public static final BackForwardCacheNotRestoredReason BackForwardCacheDisabledForDelegate -
UnloadHandlerExistsInMainFrame
@SerializedName("UnloadHandlerExistsInMainFrame") public static final BackForwardCacheNotRestoredReason UnloadHandlerExistsInMainFrame -
UnloadHandlerExistsInSubFrame
@SerializedName("UnloadHandlerExistsInSubFrame") public static final BackForwardCacheNotRestoredReason UnloadHandlerExistsInSubFrame -
ServiceWorkerUnregistration
@SerializedName("ServiceWorkerUnregistration") public static final BackForwardCacheNotRestoredReason ServiceWorkerUnregistration -
CacheControlNoStore
@SerializedName("CacheControlNoStore") public static final BackForwardCacheNotRestoredReason CacheControlNoStore -
CacheControlNoStoreCookieModified
@SerializedName("CacheControlNoStoreCookieModified") public static final BackForwardCacheNotRestoredReason CacheControlNoStoreCookieModified -
CacheControlNoStoreHTTPOnlyCookieModified
@SerializedName("CacheControlNoStoreHTTPOnlyCookieModified") public static final BackForwardCacheNotRestoredReason CacheControlNoStoreHTTPOnlyCookieModified -
NoResponseHead
@SerializedName("NoResponseHead") public static final BackForwardCacheNotRestoredReason NoResponseHead -
Unknown
-
ErrorDocument
@SerializedName("ErrorDocument") public static final BackForwardCacheNotRestoredReason ErrorDocument -
FencedFramesEmbedder
@SerializedName("FencedFramesEmbedder") public static final BackForwardCacheNotRestoredReason FencedFramesEmbedder -
WebSocket
-
WebTransport
-
WebRTC
-
MainResourceHasCacheControlNoStore
@SerializedName("MainResourceHasCacheControlNoStore") public static final BackForwardCacheNotRestoredReason MainResourceHasCacheControlNoStore -
MainResourceHasCacheControlNoCache
@SerializedName("MainResourceHasCacheControlNoCache") public static final BackForwardCacheNotRestoredReason MainResourceHasCacheControlNoCache -
SubresourceHasCacheControlNoStore
@SerializedName("SubresourceHasCacheControlNoStore") public static final BackForwardCacheNotRestoredReason SubresourceHasCacheControlNoStore -
SubresourceHasCacheControlNoCache
@SerializedName("SubresourceHasCacheControlNoCache") public static final BackForwardCacheNotRestoredReason SubresourceHasCacheControlNoCache -
ContainsPlugins
@SerializedName("ContainsPlugins") public static final BackForwardCacheNotRestoredReason ContainsPlugins -
DocumentLoaded
@SerializedName("DocumentLoaded") public static final BackForwardCacheNotRestoredReason DocumentLoaded -
DedicatedWorkerOrWorklet
@SerializedName("DedicatedWorkerOrWorklet") public static final BackForwardCacheNotRestoredReason DedicatedWorkerOrWorklet -
OutstandingNetworkRequestOthers
@SerializedName("OutstandingNetworkRequestOthers") public static final BackForwardCacheNotRestoredReason OutstandingNetworkRequestOthers -
OutstandingIndexedDBTransaction
@SerializedName("OutstandingIndexedDBTransaction") public static final BackForwardCacheNotRestoredReason OutstandingIndexedDBTransaction -
RequestedNotificationsPermission
@SerializedName("RequestedNotificationsPermission") public static final BackForwardCacheNotRestoredReason RequestedNotificationsPermission -
RequestedMIDIPermission
@SerializedName("RequestedMIDIPermission") public static final BackForwardCacheNotRestoredReason RequestedMIDIPermission -
RequestedAudioCapturePermission
@SerializedName("RequestedAudioCapturePermission") public static final BackForwardCacheNotRestoredReason RequestedAudioCapturePermission -
RequestedVideoCapturePermission
@SerializedName("RequestedVideoCapturePermission") public static final BackForwardCacheNotRestoredReason RequestedVideoCapturePermission -
RequestedBackForwardCacheBlockedSensors
@SerializedName("RequestedBackForwardCacheBlockedSensors") public static final BackForwardCacheNotRestoredReason RequestedBackForwardCacheBlockedSensors -
RequestedBackgroundWorkPermission
@SerializedName("RequestedBackgroundWorkPermission") public static final BackForwardCacheNotRestoredReason RequestedBackgroundWorkPermission -
BroadcastChannel
@SerializedName("BroadcastChannel") public static final BackForwardCacheNotRestoredReason BroadcastChannel -
IndexedDBConnection
@SerializedName("IndexedDBConnection") public static final BackForwardCacheNotRestoredReason IndexedDBConnection -
WebXR
-
WebLocks
-
WebHID
-
RequestedStorageAccessGrant
@SerializedName("RequestedStorageAccessGrant") public static final BackForwardCacheNotRestoredReason RequestedStorageAccessGrant -
WebNfc
-
OutstandingNetworkRequestFetch
@SerializedName("OutstandingNetworkRequestFetch") public static final BackForwardCacheNotRestoredReason OutstandingNetworkRequestFetch -
OutstandingNetworkRequestXHR
@SerializedName("OutstandingNetworkRequestXHR") public static final BackForwardCacheNotRestoredReason OutstandingNetworkRequestXHR -
AppBanner
-
Printing
-
WebDatabase
-
PictureInPicture
@SerializedName("PictureInPicture") public static final BackForwardCacheNotRestoredReason PictureInPicture -
Portal
-
SpeechRecognizer
@SerializedName("SpeechRecognizer") public static final BackForwardCacheNotRestoredReason SpeechRecognizer -
IdleManager
-
PaymentManager
@SerializedName("PaymentManager") public static final BackForwardCacheNotRestoredReason PaymentManager -
SpeechSynthesis
@SerializedName("SpeechSynthesis") public static final BackForwardCacheNotRestoredReason SpeechSynthesis -
KeyboardLock
-
WebOTPService
@SerializedName("WebOTPService") public static final BackForwardCacheNotRestoredReason WebOTPService -
OutstandingNetworkRequestDirectSocket
@SerializedName("OutstandingNetworkRequestDirectSocket") public static final BackForwardCacheNotRestoredReason OutstandingNetworkRequestDirectSocket -
InjectedJavascript
@SerializedName("InjectedJavascript") public static final BackForwardCacheNotRestoredReason InjectedJavascript -
InjectedStyleSheet
@SerializedName("InjectedStyleSheet") public static final BackForwardCacheNotRestoredReason InjectedStyleSheet -
Dummy
-
ContentSecurityHandler
@SerializedName("ContentSecurityHandler") public static final BackForwardCacheNotRestoredReason ContentSecurityHandler -
ContentWebAuthenticationAPI
@SerializedName("ContentWebAuthenticationAPI") public static final BackForwardCacheNotRestoredReason ContentWebAuthenticationAPI -
ContentFileChooser
@SerializedName("ContentFileChooser") public static final BackForwardCacheNotRestoredReason ContentFileChooser -
ContentSerial
@SerializedName("ContentSerial") public static final BackForwardCacheNotRestoredReason ContentSerial -
ContentFileSystemAccess
@SerializedName("ContentFileSystemAccess") public static final BackForwardCacheNotRestoredReason ContentFileSystemAccess -
ContentMediaDevicesDispatcherHost
@SerializedName("ContentMediaDevicesDispatcherHost") public static final BackForwardCacheNotRestoredReason ContentMediaDevicesDispatcherHost -
ContentWebBluetooth
@SerializedName("ContentWebBluetooth") public static final BackForwardCacheNotRestoredReason ContentWebBluetooth -
ContentWebUSB
@SerializedName("ContentWebUSB") public static final BackForwardCacheNotRestoredReason ContentWebUSB -
ContentMediaSessionService
@SerializedName("ContentMediaSessionService") public static final BackForwardCacheNotRestoredReason ContentMediaSessionService -
ContentScreenReader
@SerializedName("ContentScreenReader") public static final BackForwardCacheNotRestoredReason ContentScreenReader -
EmbedderPopupBlockerTabHelper
@SerializedName("EmbedderPopupBlockerTabHelper") public static final BackForwardCacheNotRestoredReason EmbedderPopupBlockerTabHelper -
EmbedderSafeBrowsingTriggeredPopupBlocker
@SerializedName("EmbedderSafeBrowsingTriggeredPopupBlocker") public static final BackForwardCacheNotRestoredReason EmbedderSafeBrowsingTriggeredPopupBlocker -
EmbedderSafeBrowsingThreatDetails
@SerializedName("EmbedderSafeBrowsingThreatDetails") public static final BackForwardCacheNotRestoredReason EmbedderSafeBrowsingThreatDetails -
EmbedderAppBannerManager
@SerializedName("EmbedderAppBannerManager") public static final BackForwardCacheNotRestoredReason EmbedderAppBannerManager -
EmbedderDomDistillerViewerSource
@SerializedName("EmbedderDomDistillerViewerSource") public static final BackForwardCacheNotRestoredReason EmbedderDomDistillerViewerSource -
EmbedderDomDistillerSelfDeletingRequestDelegate
@SerializedName("EmbedderDomDistillerSelfDeletingRequestDelegate") public static final BackForwardCacheNotRestoredReason EmbedderDomDistillerSelfDeletingRequestDelegate -
EmbedderOomInterventionTabHelper
@SerializedName("EmbedderOomInterventionTabHelper") public static final BackForwardCacheNotRestoredReason EmbedderOomInterventionTabHelper -
EmbedderOfflinePage
@SerializedName("EmbedderOfflinePage") public static final BackForwardCacheNotRestoredReason EmbedderOfflinePage -
EmbedderChromePasswordManagerClientBindCredentialManager
@SerializedName("EmbedderChromePasswordManagerClientBindCredentialManager") public static final BackForwardCacheNotRestoredReason EmbedderChromePasswordManagerClientBindCredentialManager -
EmbedderPermissionRequestManager
@SerializedName("EmbedderPermissionRequestManager") public static final BackForwardCacheNotRestoredReason EmbedderPermissionRequestManager -
EmbedderModalDialog
@SerializedName("EmbedderModalDialog") public static final BackForwardCacheNotRestoredReason EmbedderModalDialog -
EmbedderExtensions
@SerializedName("EmbedderExtensions") public static final BackForwardCacheNotRestoredReason EmbedderExtensions -
EmbedderExtensionMessaging
@SerializedName("EmbedderExtensionMessaging") public static final BackForwardCacheNotRestoredReason EmbedderExtensionMessaging -
EmbedderExtensionMessagingForOpenPort
@SerializedName("EmbedderExtensionMessagingForOpenPort") public static final BackForwardCacheNotRestoredReason EmbedderExtensionMessagingForOpenPort -
EmbedderExtensionSentMessageToCachedFrame
@SerializedName("EmbedderExtensionSentMessageToCachedFrame") public static final BackForwardCacheNotRestoredReason EmbedderExtensionSentMessageToCachedFrame -
_UNKNOWN_
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<BackForwardCacheNotRestoredReason>
-