程序包 org.springframework.http.client.reactive
Abstractions for reactive HTTP client support including
ClientHttpRequest and ClientHttpResponse as well as a ClientHttpConnector.接口概要 接口 说明 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.类概要 类 说明 AbstractClientHttpRequest Base class forClientHttpRequestimplementations.ClientHttpRequestDecorator Wraps anotherClientHttpRequestand delegates all methods to it.ClientHttpResponseDecorator Wraps anotherClientHttpResponseand delegates all methods to it.JettyClientHttpConnector ClientHttpConnectorfor the Jetty Reactive Streams HttpClient.JettyResourceFactory Factory to manage Jetty resources, i.e.ReactorClientHttpConnector Reactor-Netty implementation ofClientHttpConnector.ReactorResourceFactory Factory to manage Reactor Netty resources, i.e.