Generated by
JDiff

Interface org.springframework.web.reactive.function.server.ServerRequest

Added Methods
ServerWebExchange exchange() Return the web exchange that this request is based on.
Builder from(ServerRequest) Create a builder with the status, headers, and cookies of the given request.
List<HttpMessageReader<?>> messageReaders() Return the readers used to convert the body of this request.
Optional<InetSocketAddress> remoteAddress() Return the remote address where this request is connected to, if available.