| Name | Description | Type | Package | Framework |
| ServerHttpAsyncRequestControl | A control that can put the processing of an HTTP request in asynchronous mode duringwhich the response remains open until explicitly closed. | Interface | org.springframework.http.server | Spring MVC |
| ServerHttpRequest | Represents a server-side HTTP request. | Interface | org.springframework.http.server | Spring MVC |
| ServerHttpResponse | Represents a server-side HTTP response. | Interface | org.springframework.http.server | Spring MVC |
| ServletServerHttpAsyncRequestControl | A ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3. | Class | org.springframework.http.server | Spring MVC |
| ServletServerHttpRequest | ServerHttpRequest implementation that is based on a HttpServletRequest. | Class | org.springframework.http.server | Spring MVC |
| ServletServerHttpResponse | ServerHttpResponse implementation that is based on a HttpServletResponse. | Class | org.springframework.http.server | Spring MVC |