Uses of Interface
org.springframework.web.server.WebFilterChain
Packages that use 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
Methods in org.springframework.web.cors.reactive with parameters of type WebFilterChainModifier 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
Methods in org.springframework.web.filter.reactive with parameters of type WebFilterChainModifier 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>ServerWebExchangeContextFilter.filter(ServerWebExchange exchange, WebFilterChain chain) -
Uses of WebFilterChain in org.springframework.web.server
Methods in org.springframework.web.server with parameters of type WebFilterChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>WebFilter.filter(ServerWebExchange exchange, WebFilterChain chain) Process the Web request and (optionally) delegate to the nextWebFilterthrough the givenWebFilterChain. -
Uses of WebFilterChain in org.springframework.web.server.handler
Classes in org.springframework.web.server.handler that implement WebFilterChain