Class ServletApiResponse

java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletApiResponse
All Implemented Interfaces:
jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletResponse
Direct Known Subclasses:
ServletApiResponse.CrossContextInclude

public class ServletApiResponse extends Object implements jakarta.servlet.http.HttpServletResponse
The Jetty implementation of the ee10 HttpServletResponse object. This provides the bridge from the Servlet HttpServletResponse to the Jetty Core Response via the ServletContextResponse.