public interface ServerHttpRequest extends HttpRequest, HttpInputMessage
| Modifier and Type | Method and Description |
|---|---|
Principal |
getPrincipal()
Return a
Principal instance containing the name of the
authenticated user. |
MultiValueMap<String,String> |
getQueryParams()
Returns the map of query parameters.
|
String |
getRemoteAddress()
Return the IP address of the endpoint on the other end.
|
String |
getRemoteHostName()
Return the host name of the endpoint on the other end.
|
getMethod, getURIgetBodygetCookies, getHeadersMultiValueMap<String,String> getQueryParams()
Principal getPrincipal()
Principal instance containing the name of the
authenticated user. If the user has not been authenticated, the method returns
null.String getRemoteHostName()
String getRemoteAddress()