org.atmosphere.cpr
Class AsynchronousProcessor.AsynchronousProcessorHook
java.lang.Object
org.atmosphere.cpr.AsynchronousProcessor.AsynchronousProcessorHook
- Enclosing class:
- AsynchronousProcessor
public static final class AsynchronousProcessor.AsynchronousProcessorHook
- extends Object
A callback class that can be used by Framework integrator to handle the close/timedout/resume life cycle
of an AtmosphereResource. This class only supports AsyncSupport implementation that
extends AsynchronousProcessor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousProcessor.AsynchronousProcessorHook
public AsynchronousProcessor.AsynchronousProcessorHook(AtmosphereResourceImpl r)
closed
public void closed()
timedOut
public void timedOut()
resume
public void resume()
Copyright © 2013. All Rights Reserved.