Uses of Class
de.quantummaid.httpmaid.cors.domain.MaxAge
-
Packages that use MaxAge Package Description de.quantummaid.httpmaid.cors.domain de.quantummaid.httpmaid.cors.policy -
-
Uses of MaxAge in de.quantummaid.httpmaid.cors.domain
Methods in de.quantummaid.httpmaid.cors.domain that return MaxAge Modifier and Type Method Description static MaxAgeMaxAge. maxAgeInSeconds(long seconds)static MaxAgeMaxAge. undefinedMaxAge() -
Uses of MaxAge in de.quantummaid.httpmaid.cors.policy
Methods in de.quantummaid.httpmaid.cors.policy that return MaxAge Modifier and Type Method Description MaxAgeResourceSharingPolicy. maxAge()Methods in de.quantummaid.httpmaid.cors.policy with parameters of type MaxAge Modifier and Type Method Description static ResourceSharingPolicyResourceSharingPolicy. resourceSharingPolicy(AllowedOrigins allowedOrigins, AllowedMethods allowedMethods, AllowedHeaders allowedHeaders, ExposedHeaders exposedHeaders, boolean supportsCredentials, MaxAge maxAge)
-