Skip navigation links
Spring Framework

@NonNullApi @NonNullFields

Package org.springframework.http.server.reactive

Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.

See: Description

Package org.springframework.http.server.reactive Description

Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.

Also provides implementations adapting to different runtimes including Servlet 3.1 containers, Netty + Reactor IO, and Undertow.

Skip navigation links
Spring Framework