Package | Description |
---|---|
org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
Modifier and Type | Method and Description |
---|---|
RequestPath |
RequestPath.modifyContextPath(String contextPath)
Return a new
RequestPath instance with a modified context path. |
static RequestPath |
RequestPath.parse(URI uri,
String contextPath)
Create a new
RequestPath with the given parameters. |
Modifier and Type | Method and Description |
---|---|
RequestPath |
ServerHttpRequest.getPath()
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.
|
RequestPath |
ServerHttpRequestDecorator.getPath() |
RequestPath |
AbstractServerHttpRequest.getPath() |