| java.lang.Object | |
| ↳ | org.springframework.http.server.ServletServerHttpRequest |
ServerHttpRequest implementation that is based on a HttpServletRequest.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the body of the message as an input stream.
| |||||||||||
Return the headers of this message.
| |||||||||||
Return the HTTP method of the request.
| |||||||||||
Return the URI of the request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.http.HttpInputMessage
| |||||||||||
From interface
org.springframework.http.HttpMessage
| |||||||||||
From interface
org.springframework.http.HttpRequest
| |||||||||||
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest
| servletRequest | the HttpServletRequest |
|---|
Return the headers of this message.
Return the HTTP method of the request.