Uses of Interface
org.springframework.http.StreamingHttpOutputMessage.Body
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Core package of the client-side web support.
-
Uses of StreamingHttpOutputMessage.Body in org.springframework.http
Modifier and TypeMethodDescriptionvoid
StreamingHttpOutputMessage.setBody
(StreamingHttpOutputMessage.Body body) Set the streaming body callback for this message. -
Uses of StreamingHttpOutputMessage.Body in org.springframework.web.client
Modifier and TypeMethodDescriptionRestClient.RequestBodySpec.body
(StreamingHttpOutputMessage.Body body) Set the body of the request to the given function that writes to anOutputStream
.