程序包 cn.taketoday.http.client.reactive
@NonNullApi
@NonNullFields
package cn.taketoday.http.client.reactive
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.-
类说明Base class for
ClientHttpRequestimplementations.COMMITTING -> COMMITTED is the period after doCommit is called but before the response status and headers have been applied to the underlying response during which time pre-commit actions can still make changes to the response status and headers.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.Represents a client-side reactive HTTP request.Wraps anotherClientHttpRequestand delegates all methods to it.Represents a client-side reactive HTTP response.Wraps anotherClientHttpResponseand delegates all methods to it.ClientHttpConnectorimplementation for the Apache HttpComponents HttpClient 5.x.Callback that invoked when a response is received.Callback that invoked when a request is executed.ClientHttpRequestimplementation for the Apache HttpComponents HttpClient 5.x.ClientHttpResponseimplementation for the Apache HttpComponents HttpClient 5.x.MultiValueMapimplementation for wrapping Apache HttpComponents HttpClient headers.ClientHttpConnectorfor the JavaHttpClient.ClientHttpRequestfor the JavaHttpClient.ClientHttpResponsefor the JavaHttpClient.Factory to manage JDK HttpClient resources such as a sharedExecutorwithin the lifecycle of a InfraApplicationContext.ClientHttpConnectorfor the Jetty Reactive Streams HttpClient.ClientHttpRequestimplementation for the Jetty ReactiveStreams HTTP client.ClientHttpResponseimplementation for the Jetty ReactiveStreams HTTP client.Factory to manage Jetty resources, i.e.Reactor-Netty implementation ofClientHttpConnector.ClientHttpRequestimplementation for the Reactor-Netty HTTP client.ClientHttpResponseimplementation for the Reactor-Netty HTTP client.Reactor Netty 2 (Netty 5) implementation ofClientHttpConnector.ClientHttpRequestimplementation for the Reactor Netty 2 (Netty 5) HTTP client.ClientHttpResponseimplementation for the Reactor Netty 2 (Netty 5) HTTP client.Factory to manage Reactor Netty resources, i.e.Factory to manage Reactor Netty resources, i.e.