Uses of Interface
org.springframework.web.cors.reactive.PreFlightRequestHandler
Packages that use PreFlightRequestHandler
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.-
Uses of PreFlightRequestHandler in org.springframework.web.cors.reactive
Constructors in org.springframework.web.cors.reactive with parameters of type PreFlightRequestHandlerModifierConstructorDescriptionCreate an instance that will delegate to the given handler. -
Uses of PreFlightRequestHandler in org.springframework.web.reactive
Classes in org.springframework.web.reactive that implement PreFlightRequestHandlerModifier and TypeClassDescriptionclassCentral dispatcher for HTTP request handlers/controllers.