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.

/** * Abstractions for reactive HTTP server support including a * {@link org.springframework.http.server.reactive.ServerHttpRequest} and * {@link org.springframework.http.server.reactive.ServerHttpResponse} along with an * {@link org.springframework.http.server.reactive.HttpHandler} for processing. * * <p>Also provides implementations adapting to different runtimes * including Servlet 3.1 containers, Netty + Reactor IO, and Undertow. */
@NonNullApi @NonNullFields package org.springframework.http.server.reactive; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;