| org.springframework.http.client.ClientHttpRequest |
Known Indirect Subclasses
| |||||||||||||||||
Represents a client-side HTTP request. Created via an implementation of the ClientHttpRequestFactory.
A HttpRequest can be executed, getting a ClientHttpResponse
which can be read from.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Execute this request, resulting in a
ClientHttpResponse that can be read. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.http.HttpMessage
| |||||||||||||||
From interface
org.springframework.http.HttpOutputMessage
| |||||||||||||||
From interface
org.springframework.http.HttpRequest
| |||||||||||||||
Execute this request, resulting in a ClientHttpResponse that can be read.
| IOException | in case of I/O errors |
|---|
