程序包的使用
org.springframework.http.client.reactive
使用org.springframework.http.client.reactive的程序包 程序包 说明 org.springframework.http.client.reactive Abstractions for reactive HTTP client support includingClientHttpRequestandClientHttpResponseas well as aClientHttpConnector.org.springframework.mock.http.client.reactive Mock implementations of reactive HTTP client contracts.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.org.springframework.http.client.reactive使用的org.springframework.http.client.reactive中的类 类 说明 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.JettyResourceFactory Factory to manage Jetty resources, i.e.ReactorResourceFactory Factory to manage Reactor Netty resources, i.e.org.springframework.mock.http.client.reactive使用的org.springframework.http.client.reactive中的类 类 说明 AbstractClientHttpRequest Base class forClientHttpRequestimplementations.ClientHttpRequest Represents a client-side reactive HTTP request.ClientHttpResponse Represents a client-side reactive HTTP response.org.springframework.test.web.reactive.server使用的org.springframework.http.client.reactive中的类 类 说明 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.org.springframework.web.reactive.function.client使用的org.springframework.http.client.reactive中的类 类 说明 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.org.springframework.web.reactive.function.client.support使用的org.springframework.http.client.reactive中的类 类 说明 ClientHttpResponse Represents a client-side reactive HTTP response.