| java.lang.Object | ||
| ↳ | org.springframework.http.client.AbstractClientHttpRequest | |
| ↳ | org.springframework.http.client.StreamingSimpleClientHttpRequest | |
ClientHttpRequest implementation that uses standard J2SE facilities to execute streaming requests.
Created via the SimpleClientHttpRequestFactory.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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
org.springframework.http.client.AbstractClientHttpRequest
| |||||||||||
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
| |||||||||||
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 |
|---|