程序包的使用
org.springframework.http.server.reactive
使用org.springframework.http.server.reactive的程序包 程序包 说明 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.org.springframework.http.codec使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.org.springframework.http.codec.json使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.org.springframework.http.server.reactive使用的org.springframework.http.server.reactive中的类 类 说明 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.org.springframework.mock.http.server.reactive使用的org.springframework.http.server.reactive中的类 类 说明 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.org.springframework.mock.web.reactive.function.server使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.org.springframework.test.web.reactive.server使用的org.springframework.http.server.reactive中的类 类 说明 HttpHandler Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.org.springframework.web.cors.reactive使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.org.springframework.web.reactive.function使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpResponse Represents a reactive server-side HTTP response.org.springframework.web.reactive.function.server使用的org.springframework.http.server.reactive中的类 类 说明 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.org.springframework.web.reactive.function.server.support使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.org.springframework.web.reactive.result.view使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.org.springframework.web.reactive.socket.adapter使用的org.springframework.http.server.reactive中的类 类 说明 AbstractListenerWriteProcessor Abstract base class forProcessorimplementations that bridge between event-listener write APIs and Reactive Streams.org.springframework.web.server使用的org.springframework.http.server.reactive中的类 类 说明 ServerHttpRequest Represents a reactive server-side HTTP request.ServerHttpRequest.Builder Builder for mutating an existingServerHttpRequest.ServerHttpResponse Represents a reactive server-side HTTP response.org.springframework.web.server.adapter使用的org.springframework.http.server.reactive中的类 类 说明 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.