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(@Nullable Boolean accessControlAllowCredentials) CorsPreflightResponse.Copier.accessControlAllowHeaders(@Nullable Set<@NonNull String> accessControlAllowHeaders) CorsPreflightResponse.Copier.accessControlAllowHeaders(@NonNull Consumer<Set<@NonNull String>> accessControlAllowHeadersConsumer) CorsPreflightResponse.Copier.accessControlAllowMethods(@Nullable Set<@NonNull HttpMethod> accessControlAllowMethods) CorsPreflightResponse.Copier.accessControlAllowMethods(@NonNull Consumer<Set<@NonNull HttpMethod>> accessControlAllowMethodsConsumer) CorsPreflightResponse.Copier.accessControlAllowOrigin(@NonNull String accessControlAllowOrigin) CorsPreflightResponse.Copier.accessControlMaxAge(@Nullable Duration accessControlMaxAge) CorsPreflightResponse.copy()Vends a mutable copier seeded with this instance's data, suitable for building new instances.