Class BroadcastOnPostAtmosphereInterceptor

java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor
All Implemented Interfaces:
AtmosphereInterceptor, AtmosphereConfigAware, InvokationOrder

public class BroadcastOnPostAtmosphereInterceptor extends AtmosphereInterceptorAdapter
This read the request's body and invoke the associated Broadcaster of an AtmosphereResource. The broadcast always happens AFTER the request has been delivered to an AtmosphereHandler.
Author:
Jeanfrancois Arcand