Package org.springframework.http.server

Contains an abstraction over server-side HTTP.

See:
          Description

Interface Summary
ServerHttpRequest Represents a server-side HTTP request.
ServerHttpResponse Represents a server-side HTTP response.
 

Class Summary
ServletServerHttpRequest ServerHttpRequest implementation that is based on a HttpServletRequest.
ServletServerHttpResponse ServerHttpResponse implementation that is based on a HttpServletResponse.
 

Package org.springframework.http.server Description

Contains an abstraction over server-side HTTP. This package contains the ServerHttpRequest and ServerHttpResponse, as well as a Servlet-based implementation of these interfaces.