| java.lang.Object | |
| ↳ | org.springframework.http.client.AbstractClientHttpRequest |
Known Direct Subclasses
|
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Execute this request, resulting in a
ClientHttpResponse that can be read. | |||||||||||
Return the body of the message as an output stream.
| |||||||||||
Return the headers of this message.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Abstract template method that writes the given headers and content to the HTTP request.
| |||||||||||
Abstract template method that returns the body.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.http.HttpMessage
| |||||||||||
From interface
org.springframework.http.HttpOutputMessage
| |||||||||||
From interface
org.springframework.http.HttpRequest
| |||||||||||
From interface
org.springframework.http.client.ClientHttpRequest
| |||||||||||
Execute this request, resulting in a ClientHttpResponse that can be read.
| IOException |
|---|
Return the body of the message as an output stream.
| IOException |
|---|
Return the headers of this message.
Abstract template method that writes the given headers and content to the HTTP request.
| headers | the HTTP headers |
|---|
| IOException |
|---|
Abstract template method that returns the body.
| headers | the HTTP headers |
|---|
| IOException |
|---|