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.pattern |
Dedicated support for matching HTTP request paths.
|
Class and Description |
---|
PathContainer
Structured representation of a URI path whose elements have been pre-parsed
into a sequence of
Separator and PathSegment elements. |
PathContainer.Element
Common representation of a path element, e.g.
|
RequestPath
Represents the complete path for a request.
|
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
Represents the complete path for a request.
|
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 |
---|
PathContainer
Structured representation of a URI path whose elements have been pre-parsed
into a sequence of
Separator and PathSegment elements. |