Uses of Package
org.springframework.http.client.reactive
Packages that use 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.- 
Classes in org.springframework.http.client.reactive used by org.springframework.http.client.reactiveClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand 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 sharedExecutorwithin the lifecycle of a SpringApplicationContext.Factory to manage Jetty resources, i.e.Factory to manage Reactor Netty resources, i.e.Factory to manage Reactor Netty resources, i.e.
- 
Classes in org.springframework.http.client.reactive used by org.springframework.mock.http.client.reactiveClassDescriptionBase class forClientHttpRequestimplementations.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response.
- 
Classes in org.springframework.http.client.reactive used by org.springframework.test.web.reactive.serverClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response.
- 
Classes in org.springframework.http.client.reactive used by org.springframework.test.web.servlet.clientClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response.
- 
Classes in org.springframework.http.client.reactive used by org.springframework.web.reactive.function.clientClassDescriptionAbstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response.
-