| Package | Description |
|---|---|
| org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
| org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
| Constructor and Description |
|---|
ServletServerHttpAsyncRequestControl(ServletServerHttpRequest request,
ServletServerHttpResponse response)
Constructor accepting a request and response pair that are expected to be of type
ServletServerHttpRequest and ServletServerHttpResponse
respectively. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestPartServletServerHttpRequest
ServerHttpRequest implementation that accesses one part of a multipart
request. |