Class HttpWebApplicationResponse

java.lang.Object
cloud.piranha.core.impl.DefaultWebApplicationResponse
cloud.piranha.http.webapp.HttpWebApplicationResponse
All Implemented Interfaces:
WebApplicationResponse, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletResponse

public class HttpWebApplicationResponse extends DefaultWebApplicationResponse
The HttpServerResponse variant of WebApplicationResponse.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • HttpWebApplicationResponse

      public HttpWebApplicationResponse(HttpServerResponse wrapped)
      Constructor.
      Parameters:
      wrapped - the wrapped HttpServerResponse.