Interface IHttpResponse

All Superinterfaces:
IResponse

public interface IHttpResponse extends IResponse
This is an interface for all http responses handled by ivy
Since:
17.05.2006
API:
This is a public API.
  • Method Details

    • getHttpServletResponse

      javax.servlet.http.HttpServletResponse getHttpServletResponse()
      Gets the http servlet response
      Returns:
      http servlet response
      API:
      This public API is available in Java.