Uses of Enum Class
org.htmlunit.WebRequest.FetchMode
Packages that use WebRequest.FetchMode
-
Uses of WebRequest.FetchMode in org.htmlunit
Methods in org.htmlunit that return WebRequest.FetchModeModifier and TypeMethodDescriptionWebRequest.getFetchModeOverride()Returns the explicit mode override for this request, if any.static WebRequest.FetchModeReturns the enum constant of this class with the specified name.static WebRequest.FetchMode[]WebRequest.FetchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlunit with parameters of type WebRequest.FetchModeModifier and TypeMethodDescriptionvoidWebRequest.setFetchModeOverride(WebRequest.FetchMode fetchMode) Sets an explicit mode override for this request, e.g. for afetch()call using an explicitmodeoption, or a subresource request using thecrossoriginattribute (which forces CORS mode).