Uses of Class
com.soklet.CorsPreflightResponse.Copier
Packages that use CorsPreflightResponse.Copier
-
Uses of CorsPreflightResponse.Copier in com.soklet
Methods in com.soklet that return CorsPreflightResponse.CopierModifier and TypeMethodDescriptionCorsPreflightResponse.Copier.accessControlAllowCredentials(Boolean accessControlAllowCredentials) CorsPreflightResponse.Copier.accessControlAllowHeaders(Consumer<Set<String>> accessControlAllowHeadersConsumer) CorsPreflightResponse.Copier.accessControlAllowHeaders(Set<String> accessControlAllowHeaders) CorsPreflightResponse.Copier.accessControlAllowMethods(Consumer<Set<HttpMethod>> accessControlAllowMethodsConsumer) CorsPreflightResponse.Copier.accessControlAllowMethods(Set<HttpMethod> accessControlAllowMethods) CorsPreflightResponse.Copier.accessControlAllowOrigin(String accessControlAllowOrigin) CorsPreflightResponse.Copier.accessControlMaxAge(Duration accessControlMaxAge) CorsPreflightResponse.copy()Vends a mutable copier seeded with this instance's data, suitable for building new instances.