Example usage for org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory createAsyncRequest

List of usage examples for org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory createAsyncRequest

Introduction

In this page you can find the example usage for org.springframework.http.client HttpComponentsAsyncClientHttpRequestFactory createAsyncRequest.

Prototype

@Override
    public AsyncClientHttpRequest createAsyncRequest(URI uri, HttpMethod httpMethod) throws IOException 

Source Link

Usage