Class AtmosphereResponseImpl

java.lang.Object
jakarta.servlet.ServletResponseWrapper
jakarta.servlet.http.HttpServletResponseWrapper
org.atmosphere.cpr.AtmosphereResponseImpl
All Implemented Interfaces:
jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletResponse, AtmosphereResponse, CompletionAware

public class AtmosphereResponseImpl extends jakarta.servlet.http.HttpServletResponseWrapper implements AtmosphereResponse, CompletionAware
An Atmosphere's response representation. An AtmosphereResponse can be used to construct a bi-directional asynchronous application. If the underlying transport is a WebSocket or if its associated AtmosphereResource has been suspended, this object can be used to write message back to the client at any moment.
This object can delegate the write operation to AsyncIOWriter.