Class AbstractReflectorAtmosphereHandler

java.lang.Object
org.atmosphere.handler.AbstractReflectorAtmosphereHandler
All Implemented Interfaces:
AtmosphereHandler, AtmosphereServletProcessor
Direct Known Subclasses:
AbstractReflectorAtmosphereHandler.Default, ManagedAtmosphereHandler, OnMessage, ReflectorServletProcessor

public abstract class AbstractReflectorAtmosphereHandler extends Object implements AtmosphereServletProcessor
Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client. All broadcasts will be by default returned as it is to the suspended AtmosphereResponseImpl.getOutputStream() or AtmosphereResponseImpl.getWriter().
Author:
Jean-francois Arcand