org.atmosphere.interceptor
Class AtmosphereResourceStateRecovery.OnAlwaysSuspend
java.lang.Object
org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend
org.atmosphere.interceptor.AtmosphereResourceStateRecovery.OnAlwaysSuspend
- All Implemented Interfaces:
- AtmosphereResourceEventListener, AtmosphereResourceHeartbeatEventListener, AllowInterceptor
- Enclosing class:
- AtmosphereResourceStateRecovery
public abstract static class AtmosphereResourceStateRecovery.OnAlwaysSuspend
- extends AtmosphereResourceEventListenerAdapter.OnSuspend
- implements AllowInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereResourceStateRecovery.OnAlwaysSuspend
public AtmosphereResourceStateRecovery.OnAlwaysSuspend()
onSuspend
public abstract void onSuspend(AtmosphereResourceEvent event)
- Description copied from interface:
AtmosphereResourceEventListener
- Invoked when the
AtmosphereResource.suspend() has been completed and the response is
considered as suspended.
- Specified by:
onSuspend in interface AtmosphereResourceEventListener- Specified by:
onSuspend in class AtmosphereResourceEventListenerAdapter.OnSuspend
- Parameters:
event - a AtmosphereResourceEvent
Copyright © 2015. All Rights Reserved.