Uses of Interface
org.springframework.web.server.WebFilter

Packages that use WebFilter
Package
Description
Support for testing Spring WebFlux server endpoints via WebTestClient.
Reactive support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
WebFilter implementations for use in reactive web applications.
Provides the types that make up Spring's functional web framework for Reactive environments.
Implementations to adapt to the underlying org.springframework.http.client.reactive reactive HTTP adapter and HttpHandler.
Provides common WebHandler implementations and a WebHandlerDecorator.