Uses of Interface
org.springframework.http.StreamingHttpOutputMessage.Body
Packages that use StreamingHttpOutputMessage.Body Package Description org.springframework.http Contains a basic abstraction over client/server-side HTTP.Uses of StreamingHttpOutputMessage.Body in org.springframework.http
Methods in org.springframework.http with parameters of type StreamingHttpOutputMessage.Body Modifier and Type Method Description voidStreamingHttpOutputMessage. setBody(StreamingHttpOutputMessage.Body body)Set the streaming body callback for this message.