public interface

HttpOutputMessage

implements HttpMessage
org.springframework.http.HttpOutputMessage
Known Indirect Subclasses

Class Overview

Represents an HTTP output message, consisting of headers and a writable body.

Typically implemented by an HTTP request on the client-side, or a response on the server-side.

Summary

Public Methods
abstract OutputStream getBody()
Return the body of the message as an output stream.
[Expand]
Inherited Methods
From interface org.springframework.http.HttpMessage

Public Methods

public abstract OutputStream getBody ()

Return the body of the message as an output stream.

Returns
  • the output stream body
Throws
IOException in case of I/O Errors