Package org.springframework.http.client.reactive
@NonNullApi
@NonNullFields
package org.springframework.http.client.reactive
Abstractions for reactive HTTP client support including
ClientHttpRequest
and
ClientHttpResponse
as well as a
ClientHttpConnector
.-
ClassDescriptionBase class for
ClientHttpRequest
implementations.Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send aClientHttpRequest
and receive aClientHttpResponse
.Represents a client-side reactive HTTP request.Wraps anotherClientHttpRequest
and delegates all methods to it.Represents a client-side reactive HTTP response.Wraps anotherClientHttpResponse
and delegates all methods to it.ClientHttpConnector
implementation for the Apache HttpComponents HttpClient 5.x.ClientHttpConnector
for the JavaHttpClient
.Factory to manage JDK HttpClient resources such as a sharedExecutor
within the lifecycle of a SpringApplicationContext
.ClientHttpConnector
for the Jetty Reactive Streams HttpClient.Factory to manage Jetty resources, i.e.Reactor-Netty implementation ofClientHttpConnector
.Reactor Netty 2 (Netty 5) implementation ofClientHttpConnector
.Factory to manage Reactor Netty resources, i.e.Deprecated.
ReactorResourceFactory
instead.