Class HttpWebApplicationResponse

java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
cloud.piranha.core.impl.DefaultWebApplicationResponse
cloud.piranha.http.webapp.HttpWebApplicationResponse
All Implemented Interfaces:
WebApplicationResponse, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletResponse, Closeable, Flushable, AutoCloseable

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