public interface

HttpInputMessage

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

Class Overview

Represents an HTTP input message, consisting of headers and a readable body.

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

Summary

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

Public Methods

public abstract InputStream getBody ()

Return the body of the message as an input stream.

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