Generated by
JDiff

Interface org.springframework.http.server.ServerHttpRequest

Added Methods
Principal getPrincipal() Return a java.security.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.