private static class AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage extends java.lang.Object implements HttpInputMessage
| Modifier and Type | Field and Description |
|---|---|
private java.io.InputStream |
body |
private HttpHeaders |
headers |
private HttpMethod |
method |
| Constructor and Description |
|---|
EmptyBodyCheckingHttpInputMessage(HttpInputMessage inputMessage) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getBody()
Return the body of the message as an input stream.
|
HttpHeaders |
getHeaders()
Return the headers of this message.
|
HttpMethod |
getMethod() |
private final HttpHeaders headers
private final java.io.InputStream body
private final HttpMethod method
public EmptyBodyCheckingHttpInputMessage(HttpInputMessage inputMessage) throws java.io.IOException
java.io.IOExceptionpublic HttpHeaders getHeaders()
HttpMessagegetHeaders in interface HttpMessagenull)public java.io.InputStream getBody()
throws java.io.IOException
HttpInputMessagegetBody in interface HttpInputMessagenull)java.io.IOException - in case of I/O Errorspublic HttpMethod getMethod()