Interface HttpServletResponse

All Superinterfaces:
ServletResponse
All Known Subinterfaces:
WebApplicationResponse, WebApplicationServerResponse
All Known Implementing Classes:
DefaultWebApplicationResponse, DefaultWebApplicationServerResponse, EmbeddedResponse, HttpServletResponseWrapper, NanoResponse

public interface HttpServletResponse
extends ServletResponse
The HttpServletResponse API.
Author:
Manfred Riem ([email protected])