Uses of Package
org.springframework.http.client.reactive
Package
Description
Abstractions for reactive HTTP client support including
ClientHttpRequest
and
ClientHttpResponse
as well as a
ClientHttpConnector
.Mock implementations of reactive HTTP client contracts.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Classes supporting the
org.springframework.web.reactive.function.client
package.-
ClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest
and receive aClientHttpResponse
.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response.Factory to manage JDK HttpClient resources such as a sharedExecutor
within the lifecycle of a SpringApplicationContext
.Factory to manage Jetty resources, i.e.Factory to manage Reactor Netty resources, i.e. -
ClassDescriptionBase class for
ClientHttpRequest
implementations.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response. -
ClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest
and receive aClientHttpResponse
.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response. -
ClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest
and receive aClientHttpResponse
.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response. -
ClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a
ClientHttpRequest
and receive aClientHttpResponse
.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response. -