Uses of Package
org.springframework.web.reactive.function.client
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.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.-
ClassDescriptionRepresents a function that filters an exchange function.Provides strategies for use in an
ExchangeFunction
.A mutable builder for anExchangeStrategies
. -
ClassDescriptionContext that holds information for metadata collection during the HTTP client observations.Interface for an
ObservationConvention
related to client HTTP exchanges.DocumentedKeyValues
for theWebClient
observations.Represents a typed, immutable, client-side HTTP request, as executed by theExchangeFunction
.Defines a builder for a request.Represents an HTTP response, as returned byWebClient
and alsoExchangeFunction
.Defines a builder for a response.Represents the headers of the HTTP response.Represents a function that filters an exchange function.Represents a function that exchanges a request for a (delayed) ClientResponse.Provides strategies for use in anExchangeFunction
.A mutable builder for anExchangeStrategies
.Non-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API over underlying HTTP client libraries such as Reactor Netty.A mutable builder for creating aWebClient
.Contract for specifying request headers and body leading up to the exchange.Contract for specifying request headers, body and URI for a request.Contract for specifying request headers leading up to the exchange.Contract for specifying request headers and URI for a request.Contract for specifying response operations following the exchange.Contract for specifying the URI for a request.Abstract base class for exception published byWebClient
in case of errors.Exceptions that contain actual HTTP response data. -
ClassDescriptionRepresents an HTTP response, as returned by
WebClient
and alsoExchangeFunction
.Represents the headers of the HTTP response.Provides strategies for use in anExchangeFunction
.Non-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API over underlying HTTP client libraries such as Reactor Netty.A mutable builder for creating aWebClient
.Exceptions that contain actual HTTP response data.