Class AtmosphereResponseImpl

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

public class AtmosphereResponseImpl extends javax.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.