Uses of Class
org.htmlunit.csp.FetchDirectiveKind
-
Packages that use FetchDirectiveKind Package Description org.htmlunit.csp Content Security Policy. -
-
Uses of FetchDirectiveKind in org.htmlunit.csp
Methods in org.htmlunit.csp that return FetchDirectiveKind Modifier and Type Method Description static FetchDirectiveKindFetchDirectiveKind. fromString(String name)static FetchDirectiveKindFetchDirectiveKind. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchDirectiveKind[]FetchDirectiveKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.csp that return types with arguments of type FetchDirectiveKind Modifier and Type Method Description Optional<FetchDirectiveKind>Policy. prefetchSrc()Methods in org.htmlunit.csp with parameters of type FetchDirectiveKind Modifier and Type Method Description Optional<SourceExpressionDirective>Policy. getFetchDirective(FetchDirectiveKind kind)Optional<SourceExpressionDirective>Policy. getGoverningDirectiveForEffectiveDirective(FetchDirectiveKind kind)
-