Interface AtmosphereRequest

All Superinterfaces:
HttpServletRequest, ServletRequest
All Known Implementing Classes:
AtmosphereRequestImpl

public interface AtmosphereRequest extends HttpServletRequest
An Atmosphere request representation. An AtmosphereRequest is a two-way communication channel between the client and the server. If the AtmosphereRequestImpl.isDestroyable() is set to false, or if its associated AtmosphereResource has been suspended, this object can be re-used at any moment between requests. You can use its associated AtmosphereResponse to write bytes at any moment, making this object bi-directional.