接口的使用
org.springframework.http.client.AsyncClientHttpRequest
使用AsyncClientHttpRequest的程序包 程序包 说明 org.springframework.http.client Contains an abstraction over client-side HTTP.org.springframework.http.client.support This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.org.springframework.mock.http.client Mock implementations of client-side HTTP abstractions.org.springframework.test.web.client Contains client-side REST testing support.org.springframework.web.client Core package of the client-side web support.org.springframework.http.client中AsyncClientHttpRequest的使用
返回AsyncClientHttpRequest的org.springframework.http.client中的方法 修饰符和类型 方法 说明 AsyncClientHttpRequestAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)已过时。Create a new asynchronousAsyncClientHttpRequestfor the specified URI and HTTP method.AsyncClientHttpRequestHttpComponentsAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)已过时。AsyncClientHttpRequestInterceptingAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod method)已过时。AsyncClientHttpRequestNetty4ClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)已过时。AsyncClientHttpRequestOkHttp3ClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)AsyncClientHttpRequestSimpleClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)Create a new asynchronousAsyncClientHttpRequestfor the specified URI and HTTP method.org.springframework.http.client.support中AsyncClientHttpRequest的使用
返回AsyncClientHttpRequest的org.springframework.http.client.support中的方法 修饰符和类型 方法 说明 protected AsyncClientHttpRequestAsyncHttpAccessor. createAsyncRequest(URI url, HttpMethod method)已过时。Create a newAsyncClientHttpRequestvia this template'sAsyncClientHttpRequestFactory.org.springframework.mock.http.client中AsyncClientHttpRequest的使用
实现AsyncClientHttpRequest的org.springframework.mock.http.client中的类 修饰符和类型 类 说明 classMockAsyncClientHttpRequest已过时。as of Spring 5.0, with no direct replacementorg.springframework.test.web.client中AsyncClientHttpRequest的使用
返回AsyncClientHttpRequest的org.springframework.test.web.client中的方法 修饰符和类型 方法 说明 AsyncClientHttpRequestMockMvcClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod method)org.springframework.web.client中AsyncClientHttpRequest的使用
参数类型为AsyncClientHttpRequest的org.springframework.web.client中的方法 修饰符和类型 方法 说明 voidAsyncRequestCallback. doWithRequest(AsyncClientHttpRequest request)已过时。