Uses of Interface
org.springframework.http.StreamingHttpOutputMessage.Body
Packages that use 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
Methods in org.springframework.http with parameters of type StreamingHttpOutputMessage.BodyModifier and TypeMethodDescriptionvoid
StreamingHttpOutputMessage.setBody
(StreamingHttpOutputMessage.Body body) Set the streaming body callback for this message. -
Uses of StreamingHttpOutputMessage.Body in org.springframework.web.client
Methods in org.springframework.web.client with parameters of type StreamingHttpOutputMessage.BodyModifier and TypeMethodDescriptionRestClient.RequestBodySpec.body
(StreamingHttpOutputMessage.Body body) Set the body of the request to the given function that writes to anOutputStream
.