| 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.
|
| org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
| 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 |
|---|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest. |
ServletServerHttpResponse
ServerHttpResponse implementation that is based on a HttpServletResponse. |
Copyright © 2015. All rights reserved.