| org.springframework.http.client.ClientHttpRequestFactory |
Known Indirect Subclasses
CommonsClientHttpRequestFactory,
InterceptingClientHttpRequestFactory,
SimpleClientHttpRequestFactory
| |||||||||||||||||
Factory for ClientHttpRequest objects.
Requests are created by the createRequest(URI, HttpMethod) method.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
ClientHttpRequest for the specified URI and HTTP method. | |||||||||||
Create a new ClientHttpRequest for the specified URI and HTTP method.
The returned request can be written to, and then executed by calling
execute().
| uri | the URI to create a request for |
|---|---|
| httpMethod | the HTTP method to execute |
| IOException | in case of I/O errors |
|---|
