Java org.springframework.http.server.reactive ServerHttpRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.server.reactive ServerHttpRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.server.reactive ServerHttpRequest.

The text is from its open source code.

Implementation

org.springframework.http.server.reactive.ServerHttpRequest has the following implementations.
Click this link to see all its implementation.

Method

HttpHeadersgetHeaders()
Return the headers of this message.
HttpMethodgetMethod()
Return the HTTP method of the request.
StringgetMethodValue()
Return the HTTP method of the request as a String value.
RequestPathgetPath()
Returns a structured representation of the request path including the context path + path within application portions, path segments with encoded and decoded values, and path parameters.
URIgetURI()
Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).
ServerHttpRequest.Buildermutate()
Return a builder to mutate properties of this request by wrapping it with ServerHttpRequestDecorator and returning either mutated values or delegating back to this instance.