org.springframework.http.server.reactive.package-info Maven / Gradle / Ivy
The newest version!
/**
* 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.
*
* 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;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy