程序包的使用
cn.taketoday.http.client.reactive
程序包
说明
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.Provides a foundation for both the reactive client and server subpackages.
Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.Classes supporting the
cn.taketoday.web.reactive.function.client package.-
类说明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.Represents a client-side reactive HTTP response.ClientHttpRequestimplementation for the Apache HttpComponents HttpClient 5.x.Factory to manage JDK HttpClient resources such as a sharedExecutorwithin the lifecycle of a InfraApplicationContext.ClientHttpRequestimplementation for the Jetty ReactiveStreams HTTP client.Factory to manage Jetty resources, i.e.ClientHttpRequestimplementation for the Reactor-Netty HTTP client.ClientHttpRequestimplementation 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. -
-
类说明Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a
ClientHttpRequestand receive aClientHttpResponse.Represents a client-side reactive HTTP request.Represents a client-side reactive HTTP response. -