Uses of Package
org.springframework.http.client.reactive
Packages that use org.springframework.http.client.reactive Package Description org.springframework.http.client.reactive Abstractions for reactive HTTP client support includingClientHttpRequestandClientHttpResponseas well as aClientHttpConnector.org.springframework.mock.http.client.reactive Mock implementations of reactive HTTP client contracts.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.Classes in org.springframework.http.client.reactive used by org.springframework.http.client.reactive Class Description ClientHttpConnector Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.ClientHttpRequest Represents a client-side reactive HTTP request.ClientHttpResponse Represents a client-side reactive HTTP response.JettyResourceFactory Factory to manage Jetty resources, i.e.ReactorResourceFactory Factory to manage Reactor Netty resources, i.e.Classes in org.springframework.http.client.reactive used by org.springframework.mock.http.client.reactive Class Description AbstractClientHttpRequest Base class forClientHttpRequestimplementations.ClientHttpRequest Represents a client-side reactive HTTP request.ClientHttpResponse Represents a client-side reactive HTTP response.Classes in org.springframework.http.client.reactive used by org.springframework.test.web.reactive.server Class Description ClientHttpConnector Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.ClientHttpRequest Represents a client-side reactive HTTP request.ClientHttpResponse Represents a client-side reactive HTTP response.Classes in org.springframework.http.client.reactive used by org.springframework.web.reactive.function.client Class Description ClientHttpConnector Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequestand receive aClientHttpResponse.ClientHttpRequest Represents a client-side reactive HTTP request.ClientHttpResponse Represents a client-side reactive HTTP response.Classes in org.springframework.http.client.reactive used by org.springframework.web.reactive.function.client.support Class Description ClientHttpResponse Represents a client-side reactive HTTP response.