Uses of Package
org.atmosphere.cpr
Packages that use org.atmosphere.cpr
Package
Description
-
Classes in org.atmosphere.cpr used by org.atmosphere.annotationClassDescriptionAtmosphere's supported WebServer must implement this interface in order to be auto detected by the
AtmosphereFramework.A listener that can be used to trackAsyncSupportevents like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSEDTheAtmosphereFrameworkis the entry point for the framework.Lifecycle listener forAtmosphereFrameworkImplementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.A Factory used to manageAtmosphereResourceinstances.Listener for whenAtmosphereResourcegets suspended and disconnected.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.A BroadcasterCache is a cache for broadcasted messages.Listener forBroadcasterCacheFactory forBroadcasterused by Atmosphere when creating broadcasters.A listener for aBroadcaster's event lifecycle.Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent). -
Classes in org.atmosphere.cpr used by org.atmosphere.cacheClassDescriptionThis class contains information about the current state of the
AtmosphereFramework.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.A BroadcasterCache is a cache for broadcasted messages.Listener forBroadcasterCache -
Classes in org.atmosphere.cpr used by org.atmosphere.clientClassDescriptionAn Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.This class contains information about the current state of theAtmosphereFramework.Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.A SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).Simple class that tells theBroadcasterto broadcast or not the transformed value.An extendedBroadcastFilterthat can be used to filter based onAtmosphereResource. -
Classes in org.atmosphere.cpr used by org.atmosphere.config.managedClassDescriptionAn Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.This class contains information about the current state of theAtmosphereFramework.Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.A SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.A Factory used to manageAtmosphereResourceinstances.Receive notifications when heartbeat events occur.Simple interface that can be used to wrap aServletfrom anAtmosphereHandler.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses. -
Classes in org.atmosphere.cpr used by org.atmosphere.containerClassDescriptionAn Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.Base class which implement the semantics of suspending and resuming of a Comet/WebSocket Request.Atmosphere's supported WebServer must implement this interface in order to be auto detected by theAtmosphereFramework.This class contains information about the current state of theAtmosphereFramework.TheAtmosphereFrameworkis the entry point for the framework.Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.An Atmosphere request representation.An Atmosphere's response representation. -
Classes in org.atmosphere.cpr used by org.atmosphere.container.versionClassDescriptionAn Asynchronous I/O Writer is used by a
AtmosphereResponsewhen writing data.Adapter class forAsyncIOWriter.This class contains information about the current state of theAtmosphereFramework.AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.The KeepOpenStreamAware interface is used by a class implementing theAsyncIOWriterinterface to indicate the closing of the underlining stream is managed elsewhere and invoking theAsyncIOWriter.close(AtmosphereResponse)method does not close the stream. -
Classes in org.atmosphere.cpr used by org.atmosphere.cprClassDescriptionAn Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.The action's type.A class that handles the results of an annotation scan.An annotation processor for configuring theAtmosphereFramework.A filter-like API that allow anAtmosphereInterceptorto intercept the response before it gets written back to the client.An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.Adapter class forAsyncIOWriter.Atmosphere's supported WebServer must implement this interface in order to be auto detected by theAtmosphereFramework.A listener that can be used to trackAsyncSupportevents like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSEDThis interface is used byAtmosphereFrameworkto determine which AsyncSupport instance should be usedThis class contains information about the current state of theAtmosphereFramework.A shutdown hook that will be called when theAtmosphereFramework.destroy()method gets invoked.A Startup hook that will be called when theAtmosphereFramework.init()method complete.TheAtmosphereFrameworkis the entry point for the framework.This enumeration represents all possible actions to specify in a meta service file.Lifecycle listener forAtmosphereFrameworkImplementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.Customization point for Atmosphere to instantiate classes.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.AtmosphereResourceEventimplementation.Receive notifications when resume, client disconnect or broadcast events occur.An implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.A Factory used to manageAtmosphereResourceinstances.An interface to use in order to retrieve anAtmosphereResourceinside a cluster.Receive notifications when heartbeat events occur.Listener for whenAtmosphereResourcegets suspended and disconnected.The AtmosphereResourceSession is managed by theAtmosphereResourceSessionFactory.Factory forAtmosphereResourceSessioninstancesAn Atmosphere's response representation.AtmosphereServlet that use Servlet 3.0 Async API when available, and fallback to native comet support if not available.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.A BroadcasterCache is a cache for broadcasted messages.Listener forBroadcasterCacheManipulate the message before and after they are getting filtered byBroadcastFilterFactory forBroadcasterused by Atmosphere when creating broadcasters.SimpleFuturethat can be used when awaiting for aBroadcasterto finish its broadcast operation toAtmosphereHandler.This class can be used to configure the life cycle of aBroadcaster, eg.Simple listener to be used to trackBroadcasterLifeCyclePolicyevents.A listener for aBroadcaster's event lifecycle.An implementation ofBroadcasterListener.Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).Simple class that tells theBroadcasterto broadcast or not the transformed value.Add lifecycle method to theBroadcastFilterinterface.The CompletionAware interface is used by a class implementing theAtmosphereResponseinterface to be notified when writing to the response has been completed.The defaultBroadcasterimplementation.Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.A Deliver is anBroadcaster's internal token that is created before the message gets Broadcaster.Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.Cache message if noBroadcastermaps theMetaBroadcaster.broadcastTo(String, Object)AMeteoris a simple class that can be used from aServletto suspend, broadcast and resume responses.An extendedBroadcastFilterthat can be used to filter based onAtmosphereResource.Serialize theObjectthat was used as parameter toBroadcaster.broadcast(java.lang.Object).Factory forWebSocketProcessor. -
Classes in org.atmosphere.cpr used by org.atmosphere.handlerClassDescriptionThis class contains information about the current state of the
AtmosphereFramework.Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.An Atmosphere's response representation.Simple interface that can be used to wrap aServletfrom anAtmosphereHandler. -
Classes in org.atmosphere.cpr used by org.atmosphere.injectClassDescriptionThis class contains information about the current state of the
AtmosphereFramework.TheAtmosphereFrameworkis the entry point for the framework.Customization point for Atmosphere to instantiate classes.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.A Factory used to manageAtmosphereResourceinstances.Factory forAtmosphereResourceSessioninstancesAn Atmosphere's response representation.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.Factory forBroadcasterused by Atmosphere when creating broadcasters.Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value. -
Classes in org.atmosphere.cpr used by org.atmosphere.interceptorClassDescriptionAn Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.This class contains information about the current state of theAtmosphereFramework.Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.A SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.Receive notifications when resume, client disconnect or broadcast events occur.An implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.On Suspend's ListenerReceive notifications when heartbeat events occur.An Atmosphere's response representation.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.A listener for aBroadcaster's event lifecycle.An implementation ofBroadcasterListener. -
Classes in org.atmosphere.cpr used by org.atmosphere.lifecycleClassDescriptionAn
AtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.A listener for aBroadcaster's event lifecycle.An implementation ofBroadcasterListener.The defaultBroadcasterimplementation. -
Classes in org.atmosphere.cpr used by org.atmosphere.poolClassDescriptionThis class contains information about the current state of the
AtmosphereFramework.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.Factory forBroadcasterused by Atmosphere when creating broadcasters.This class is responsible for creatingBroadcasterinstances. -
Classes in org.atmosphere.cpr used by org.atmosphere.utilClassDescriptionAn annotation processor for configuring the
AtmosphereFramework.An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.Adapter class forAsyncIOWriter.This class contains information about the current state of theAtmosphereFramework.This enumeration represents all possible actions to specify in a meta service file.Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.An Atmosphere's response representation.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).Simple class that tells theBroadcasterto broadcast or not the transformed value.The defaultBroadcasterimplementation.A Deliver is anBroadcaster's internal token that is created before the message gets Broadcaster. -
Classes in org.atmosphere.cpr used by org.atmosphere.websocketClassDescriptionAn Asynchronous I/O Writer is used by a
AtmosphereResponsewhen writing data.Adapter class forAsyncIOWriter.This class contains information about the current state of theAtmosphereFramework.AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.An Atmosphere request representation.AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.An AtmosphereResourceEvent is created every time an event occurs, like when aBroadcaster.broadcast(java.lang.Object)is executed, when a browser remotely closes the connection or when a suspended resource times out or gets resumed.Receive notifications when resume, client disconnect or broadcast events occur.Receive notifications when heartbeat events occur.An Atmosphere's response representation.A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.The KeepOpenStreamAware interface is used by a class implementing theAsyncIOWriterinterface to indicate the closing of the underlining stream is managed elsewhere and invoking theAsyncIOWriter.close(AtmosphereResponse)method does not close the stream. -
Classes in org.atmosphere.cpr used by org.atmosphere.websocket.protocolClassDescriptionThis class contains information about the current state of the
AtmosphereFramework.An Atmosphere request representation.