- All Implemented Interfaces:
- org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.inject.AtmosphereConfigAware, org.atmosphere.interceptor.InvokationOrder
public class SseAtmosphereInterceptor
extends org.atmosphere.interceptor.SSEAtmosphereInterceptor
Most of this class implementation is borrowed from SSEAtmosphereInterceptor. The original
implementation does two things which do not fit well into SSE support:
- closes the response stream (overridden by SseAtmosphereInterceptorWriter)
- wraps the whatever object is being written to SSE payload (overridden using
the complete SSE protocol)