Uses of Enum Class
org.htmlunit.WebRequest.FetchDestination
Packages that use WebRequest.FetchDestination
-
Uses of WebRequest.FetchDestination in org.htmlunit
Methods in org.htmlunit that return WebRequest.FetchDestinationModifier and TypeMethodDescriptionWebRequest.getFetchDestination()Returns the destination of this request, used to compute theSec-Fetch-Destheader (and, unless overridden, the defaultSec-Fetch-Mode).static WebRequest.FetchDestinationReturns the enum constant of this class with the specified name.static WebRequest.FetchDestination[]WebRequest.FetchDestination.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.FetchDestinationModifier and TypeMethodDescriptionvoidWebRequest.markAsNavigation(WebRequest.FetchDestination destination, URL requestingUrl, boolean userActivation) Same asWebRequest.markAsNavigation(URL, boolean), but for navigations whose destination isn't a top-levelDOCUMENT- currently only<iframe>/<frame>loads (IFRAME/FRAME).voidWebRequest.setFetchDestination(WebRequest.FetchDestination fetchDestination) Sets the destination of this request.