Uses of Interface
org.springframework.http.server.RequestPath
Packages that use RequestPath 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 aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.Uses of RequestPath in org.springframework.http.server
Methods in org.springframework.http.server that return RequestPath Modifier and Type Method Description RequestPathRequestPath. modifyContextPath(String contextPath)Return a newRequestPathinstance with a modified context path.static RequestPathRequestPath. parse(URI uri, String contextPath)Create a newRequestPathwith the given parameters.Uses of RequestPath in org.springframework.http.server.reactive
Methods in org.springframework.http.server.reactive that return RequestPath Modifier and Type Method Description RequestPathAbstractServerHttpRequest. getPath()RequestPathServerHttpRequest. 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.RequestPathServerHttpRequestDecorator. getPath()