Uses of Package
org.springframework.web.cors.reactive
Packages that use org.springframework.web.cors.reactive
Package
Description
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Top-level package for the
spring-webflux module that contains
DispatcherHandler, the main entry
point for WebFlux server endpoint processing including key contracts used to
map requests to handlers, invoke them, and process the result.Provides HandlerMapping implementations including abstract base classes.
-
Classes in org.springframework.web.cors.reactive used by org.springframework.web.cors.reactiveClassDescriptionInterface to be implemented by classes (usually HTTP request handlers) that provides a
CorsConfigurationinstance based on the provided reactive request.A strategy to apply CORS validation checks and updates to aServerWebExchange, either rejecting through the response or adding CORS related headers, based on a pre-selectedCorsConfiguration.Handler for CORS pre-flight requests. -
Classes in org.springframework.web.cors.reactive used by org.springframework.web.reactive
-
Classes in org.springframework.web.cors.reactive used by org.springframework.web.reactive.handlerClassDescriptionInterface to be implemented by classes (usually HTTP request handlers) that provides a
CorsConfigurationinstance based on the provided reactive request.A strategy to apply CORS validation checks and updates to aServerWebExchange, either rejecting through the response or adding CORS related headers, based on a pre-selectedCorsConfiguration.