Uses of Interface
org.springframework.web.server.WebFilterChain
Package
Description
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.WebFilter
implementations for use in
reactive web applications.Core interfaces and classes for Spring's generic, reactive web support.
Provides common WebHandler implementations and a
WebHandlerDecorator
.-
Uses of WebFilterChain in org.springframework.web.cors.reactive
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
CorsWebFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) reactor.core.publisher.Mono<Void>
PreFlightRequestWebFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) -
Uses of WebFilterChain in org.springframework.web.filter.reactive
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
HiddenHttpMethodFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) Transform an HTTP POST into another method based onmethodParamName
.reactor.core.publisher.Mono<Void>
ServerHttpObservationFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) Deprecated, for removal: This API element is subject to removal in a future version.reactor.core.publisher.Mono<Void>
ServerWebExchangeContextFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) reactor.core.publisher.Mono<Void>
UrlHandlerFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) -
Uses of WebFilterChain in org.springframework.web.server
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
WebFilter.filter
(ServerWebExchange exchange, WebFilterChain chain) Process the Web request and (optionally) delegate to the nextWebFilter
through the givenWebFilterChain
. -
Uses of WebFilterChain in org.springframework.web.server.handler