| 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. |
| org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
| org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
| org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
| org.springframework.web.util.pattern |
Dedicated support for matching HTTP request paths.
|
| Class and Description |
|---|
| PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
| PathContainer.Element
A path element, either separator or path segment.
|
| PathContainer.Options
Options to customize parsing based on the type of input path.
|
| RequestPath
Specialization of
PathContainer that sub-divides the path into a
RequestPath.contextPath() and the remaining RequestPath.pathWithinApplication(). |
| ServerHttpAsyncRequestControl
A control that can put the processing of an HTTP request in asynchronous mode during
which the response remains open until explicitly closed.
|
| ServerHttpRequest
Represents a server-side HTTP request.
|
| ServerHttpResponse
Represents a server-side HTTP response.
|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest. |
ServletServerHttpResponse
ServerHttpResponse implementation that is based on a HttpServletResponse. |
| Class and Description |
|---|
| RequestPath
Specialization of
PathContainer that sub-divides the path into a
RequestPath.contextPath() and the remaining RequestPath.pathWithinApplication(). |
| Class and Description |
|---|
| ServerHttpRequest
Represents a server-side HTTP request.
|
| ServerHttpResponse
Represents a server-side HTTP response.
|
| Class and Description |
|---|
| ServerHttpRequest
Represents a server-side HTTP request.
|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest. |
| Class and Description |
|---|
| RequestPath
Specialization of
PathContainer that sub-divides the path into a
RequestPath.contextPath() and the remaining RequestPath.pathWithinApplication(). |
| Class and Description |
|---|
| PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
| PathContainer.Options
Options to customize parsing based on the type of input path.
|