Java org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory.

The text is from its open source code.

Constructor

HttpComponentsAsyncClientHttpRequestFactory()
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with a default HttpAsyncClient and HttpClient .
HttpComponentsAsyncClientHttpRequestFactory(HttpAsyncClient asyncClient)
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpAsyncClient instance and a default HttpClient .
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpAsyncClient asyncClient)
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given CloseableHttpAsyncClient instance and a default HttpClient .

Method

AsyncClientHttpRequestcreateAsyncRequest(URI uri, HttpMethod httpMethod)
voiddestroy()
voidsetAsyncClient(HttpAsyncClient asyncClient)
Set the HttpAsyncClient used for #createAsyncRequest(URI,HttpMethod) synchronous execution .