Interface AtmosphereResponse

All Superinterfaces:
HttpServletResponse, ServletResponse
All Known Implementing Classes:
AtmosphereResponseImpl

public interface AtmosphereResponse extends HttpServletResponse
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.