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

Packages that use WebHandler
Package
Description
Support for testing Spring WebFlux server endpoints via WebTestClient.
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 the types that make up Spring's functional web framework for Reactive environments.
Support classes for serving static resources.
Implementations to adapt to the underlying org.springframework.http.client.reactive reactive HTTP adapter and HttpHandler.
Provides common WebHandler implementations and a WebHandlerDecorator.