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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|