Generated by
JDiff

Package org.springframework.http.server

Added Classes and Interfaces
ServerHttpAsyncRequestControl A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.
ServletServerHttpAsyncRequestControl A ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.0+).
 

Changed Classes and Interfaces
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.