|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.http.server.ServletServerHttpRequest
public class ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest.
| Constructor Summary | |
|---|---|
ServletServerHttpRequest(HttpServletRequest servletRequest)
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest |
|
| Method Summary | |
|---|---|
InputStream |
getBody()
Return the body of the message as an input stream. |
HttpHeaders |
getHeaders()
Return the headers of this message. |
HttpMethod |
getMethod()
Return the HTTP method of the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletServerHttpRequest(HttpServletRequest servletRequest)
HttpServletRequest
servletRequest - the HttpServletRequest| Method Detail |
|---|
public HttpMethod getMethod()
ServerHttpRequest
getMethod in interface ServerHttpRequestpublic HttpHeaders getHeaders()
HttpMessage
getHeaders in interface HttpMessage
public InputStream getBody()
throws IOException
HttpInputMessage
getBody in interface HttpInputMessageIOException - in case of I/O Errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||