Uses of Package
org.springframework.http.server.reactive
Packages that use org.springframework.http.server.reactive Package Description org.springframework.http.codec org.springframework.http.codec.json JSON encoder and decoder support.org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.org.springframework.mock.http.server.reactive Mock implementations of reactive HTTP server contracts.org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.cors.reactive Reactive support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.socket.adapter Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.org.springframework.web.server Core interfaces and classes for Spring's generic, reactive web support.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.Classes in org.springframework.http.server.reactive used by org.springframework.http.codec Class Description ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.http.codec.json Class Description ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.http.server.reactive Class Description AbstractServerHttpResponse Base class forServerHttpResponseimplementations.HttpHandler Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpRequest.Builder Builder for mutating an existingServerHttpRequest.ServerHttpResponse Represents a reactive server-side HTTP response.ServerHttpResponseDecorator Wraps anotherServerHttpResponseand delegates all methods to it.ServletHttpHandlerAdapter AdaptHttpHandlerto anHttpServletusing Servlet Async support and Servlet 3.1 non-blocking I/O.SslInfo A holder for SSL session information.Classes in org.springframework.http.server.reactive used by org.springframework.mock.http.server.reactive Class Description AbstractServerHttpRequest Common base class forServerHttpRequestimplementations.AbstractServerHttpResponse Base class forServerHttpResponseimplementations.ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.SslInfo A holder for SSL session information.Classes in org.springframework.http.server.reactive used by org.springframework.mock.web.reactive.function.server Class Description ServerHttpRequest Represents a reactive server-side HTTP request.Classes in org.springframework.http.server.reactive used by org.springframework.test.web.reactive.server Class Description HttpHandler Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.Classes in org.springframework.http.server.reactive used by org.springframework.web.cors.reactive Class Description ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.web.reactive.function Class Description ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.web.reactive.function.server Class Description HttpHandler Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.web.reactive.function.server.support Class Description ServerHttpRequest Represents a reactive server-side HTTP request.Classes in org.springframework.http.server.reactive used by org.springframework.web.reactive.result.view Class Description ServerHttpRequest Represents a reactive server-side HTTP request.Classes in org.springframework.http.server.reactive used by org.springframework.web.reactive.socket.adapter Class Description AbstractListenerWriteProcessor Abstract base class forProcessorimplementations that bridge between event-listener write APIs and Reactive Streams.Classes in org.springframework.http.server.reactive used by org.springframework.web.server Class Description ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpRequest.Builder Builder for mutating an existingServerHttpRequest.ServerHttpResponse Represents a reactive server-side HTTP response.Classes in org.springframework.http.server.reactive used by org.springframework.web.server.adapter Class Description HttpHandler Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.