Uses of Interface
org.springframework.http.server.reactive.HttpHandler

Packages that use HttpHandler
Package
Description
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.
Support for testing Spring WebFlux server endpoints via WebTestClient.
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.