Class InputStreamHttpInputMessage
java.lang.Object
org.springframework.data.rest.webmvc.util.InputStreamHttpInputMessage
- All Implemented Interfaces:
HttpInputMessage
,HttpMessage
HttpInputMessage
based on a plain InputStream
, i.e. exposing no headers.- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
static InputStreamHttpInputMessage
of
(InputStream body)
-
Method Details
-
of
-
getBody
- Specified by:
getBody
in interfaceHttpInputMessage
-
getHeaders
- Specified by:
getHeaders
in interfaceHttpMessage
-