Class AtmosphereRequestImpl

All Implemented Interfaces:
HttpServletRequest, ServletRequest, AtmosphereRequest

public class AtmosphereRequestImpl extends HttpServletRequestWrapper implements AtmosphereRequest
An Atmosphere request representation. An AtmosphereRequest is a two-way communication channel between the client and the server. If the 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.