Class OnDisconnectInterceptor

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

public class OnDisconnectInterceptor extends AtmosphereInterceptorAdapter
When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.
Author:
Jeanfrancois Arcand