Class AtmosphereInterceptorWriter

java.lang.Object
org.atmosphere.cpr.AsyncIOWriterAdapter
org.atmosphere.cpr.AtmosphereInterceptorWriter
All Implemented Interfaces:
AsyncIOWriter
Direct Known Subclasses:
WebSocket

public class AtmosphereInterceptorWriter extends AsyncIOWriterAdapter
An AsyncIOWriter that delegates the write operation to its AsyncIOInterceptor. If no AsyncIOInterceptor is specified, this class does nothing and the responses will never get written.
Author:
Jeanfrancois Arcand