Uses of Interface
org.springframework.http.client.AsyncClientHttpRequest
Packages that use AsyncClientHttpRequest Package Description 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.Uses of AsyncClientHttpRequest in org.springframework.http.client
Methods in org.springframework.http.client that return AsyncClientHttpRequest Modifier and Type Method Description AsyncClientHttpRequestAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)Deprecated.Create a new asynchronousAsyncClientHttpRequestfor the specified URI and HTTP method.AsyncClientHttpRequestHttpComponentsAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)Deprecated.AsyncClientHttpRequestInterceptingAsyncClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod method)Deprecated.AsyncClientHttpRequestNetty4ClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)Deprecated.AsyncClientHttpRequestOkHttp3ClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)AsyncClientHttpRequestSimpleClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod httpMethod)Create a new asynchronousAsyncClientHttpRequestfor the specified URI and HTTP method.Uses of AsyncClientHttpRequest in org.springframework.http.client.support
Methods in org.springframework.http.client.support that return AsyncClientHttpRequest Modifier and Type Method Description protected AsyncClientHttpRequestAsyncHttpAccessor. createAsyncRequest(URI url, HttpMethod method)Deprecated.Create a newAsyncClientHttpRequestvia this template'sAsyncClientHttpRequestFactory.Uses of AsyncClientHttpRequest in org.springframework.mock.http.client
Classes in org.springframework.mock.http.client that implement AsyncClientHttpRequest Modifier and Type Class Description classMockAsyncClientHttpRequestDeprecated.as of Spring 5.0, with no direct replacementUses of AsyncClientHttpRequest in org.springframework.test.web.client
Methods in org.springframework.test.web.client that return AsyncClientHttpRequest Modifier and Type Method Description AsyncClientHttpRequestMockMvcClientHttpRequestFactory. createAsyncRequest(URI uri, HttpMethod method)Uses of AsyncClientHttpRequest in org.springframework.web.client
Methods in org.springframework.web.client with parameters of type AsyncClientHttpRequest Modifier and Type Method Description voidAsyncRequestCallback. doWithRequest(AsyncClientHttpRequest request)Deprecated.