Uses of Package
org.atmosphere.cpr
-
Classes in org.atmosphere.cpr used by org.atmosphere.annotation Class Description AsyncSupport Atmosphere's supported WebServer must implement this interface in order to be auto detected by theAtmosphereFramework.AsyncSupportListener A listener that can be used to trackAsyncSupportevents like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSEDAtmosphereFramework TheAtmosphereFrameworkis the entry point for the framework.AtmosphereFrameworkListener Lifecycle listener forAtmosphereFrameworkAtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereInterceptor Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AtmosphereResourceFactory A Factory used to manageAtmosphereResourceinstances.AtmosphereResourceListener Listener for when gets suspended and disconnected.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterCache A BroadcasterCache is a cache for broadcasted messages.BroadcasterCacheListener Listener forBroadcasterCacheBroadcasterFactory Factory forBroadcasterused by Atmosphere when creating broadcasters.BroadcasterListener A listener for aBroadcaster's event lifecycle.BroadcastFilter Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent). -
Classes in org.atmosphere.cpr used by org.atmosphere.cache Class Description AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.BroadcasterCache A BroadcasterCache is a cache for broadcasted messages.BroadcasterCacheListener Listener forBroadcasterCache -
Classes in org.atmosphere.cpr used by org.atmosphere.config.managed Class Description Action An Action is used byAtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereFramework.AtmosphereHandlerWrapper AtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereInterceptor Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AtmosphereInterceptorAdapter A SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.AtmosphereRequest An Atmosphere request representation.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResourceEvent 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.AtmosphereResourceFactory A Factory used to manageAtmosphereResourceinstances.AtmosphereResourceHeartbeatEventListener Receive notifications when heartbeat events occur.AtmosphereServletProcessor Simple interface that can be used to wrap aServletfrom anAtmosphereHandler.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses. -
Classes in org.atmosphere.cpr used by org.atmosphere.config.service Class Description AtmosphereInterceptor Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AtmosphereResourceEventListener Receive notifications when resume, client disconnect or broadcast events occur.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterCache A BroadcasterCache is a cache for broadcasted messages.BroadcastFilter Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent). -
Classes in org.atmosphere.cpr used by org.atmosphere.container Class Description Action An Action is used byAtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.AsynchronousProcessor Base class which implement the semantics of suspending and resuming of a Comet/WebSocket Request.AsyncSupport Atmosphere's supported WebServer must implement this interface in order to be auto detected by theAtmosphereFramework.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereFramework TheAtmosphereFrameworkis the entry point for the framework.AtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereRequest An Atmosphere request representation.AtmosphereResourceImpl AtmosphereResponse An Atmosphere's response representation. -
Classes in org.atmosphere.cpr used by org.atmosphere.container.version Class Description AsyncIOWriter An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.AsyncIOWriterAdapter Adapter class forAsyncIOWriter.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereInterceptorWriter AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.AtmosphereResponse An Atmosphere's response representation.KeepOpenStreamAware 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.cpr Class Description Action An Action is used byAtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.Action.TYPE The action's type.AnnotationHandler A class that handles the results of an annotation scan.AnnotationProcessor An annotation processor for configuring theAtmosphereFramework.AsyncIOInterceptor A filter-like API that allow anAtmosphereInterceptorto intercept the response before it gets written back to the client.AsyncIOWriter An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.AsyncIOWriterAdapter Adapter class forAsyncIOWriter.AsyncSupport Atmosphere's supported WebServer must implement this interface in order to be auto detected by theAtmosphereFramework.AsyncSupportListener A listener that can be used to trackAsyncSupportevents like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSEDAsyncSupportResolver This interface is used byAtmosphereFrameworkto determine which AsyncSupport instance should be usedAtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereConfig.ShutdownHook A shutdown hook that will be called when theAtmosphereFramework.destroy()method gets invoked.AtmosphereConfig.StartupHook A Startup hook that will be called when theAtmosphereFramework.init()method complete.AtmosphereFramework TheAtmosphereFrameworkis the entry point for the framework.AtmosphereFramework.AtmosphereHandlerWrapper AtmosphereFramework.MetaServiceAction This enumeration represents all possible actions to specify in a meta service file.AtmosphereFrameworkInitializer AtmosphereFrameworkListener Lifecycle listener forAtmosphereFrameworkAtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereInterceptor Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AtmosphereInterceptorWriter AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.AtmosphereObjectFactory Customization point for Atmosphere to instantiate classes.AtmosphereRequest An Atmosphere request representation.AtmosphereRequest.Builder AtmosphereRequest.LocalAttributes AtmosphereRequestImpl.Body AtmosphereRequestImpl.Builder AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResource.TRANSPORT AtmosphereResourceEvent 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.AtmosphereResourceEventImpl AtmosphereResourceEventimplementation.AtmosphereResourceEventListener Receive notifications when resume, client disconnect or broadcast events occur.AtmosphereResourceEventListenerAdapter An implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.AtmosphereResourceFactory A Factory used to manageAtmosphereResourceinstances.AtmosphereResourceFactory.Async An interface to use in order to retrieve anAtmosphereResourceinside a cluster.AtmosphereResourceHeartbeatEventListener Receive notifications when heartbeat events occur.AtmosphereResourceImpl AtmosphereResourceListener Listener for when gets suspended and disconnected.AtmosphereResourceSession The AtmosphereResourceSession is managed by theAtmosphereResourceSessionFactory.AtmosphereResourceSessionFactory Factory forAtmosphereResourceSessioninstancesAtmosphereResponse An Atmosphere's response representation.AtmosphereResponse.Builder AtmosphereResponseImpl.Builder AtmosphereServlet AtmosphereServlet that use Servlet 3.0 Async API when available, and fallback to native comet support if not available.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.Broadcaster.POLICY Broadcaster.SCOPE BroadcasterCache A BroadcasterCache is a cache for broadcasted messages.BroadcasterCacheListener Listener forBroadcasterCacheBroadcasterConfig BroadcasterConfig.FilterManipulator Manipulate the message before and after they are getting filtered byBroadcastFilterBroadcasterFactory Factory forBroadcasterused by Atmosphere when creating broadcasters.BroadcasterFactory.BroadcasterCreationException BroadcasterFuture SimpleFuturethat can be used when awaiting for aBroadcasterto finish its broadcast operation toAtmosphereHandler.BroadcasterLifeCyclePolicy This class can be used to configure the life cycle of aBroadcaster, eg.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY BroadcasterLifeCyclePolicy.Builder BroadcasterLifeCyclePolicyListener Simple listener to be used to trackBroadcasterLifeCyclePolicyevents.BroadcasterListener A listener for aBroadcaster's event lifecycle.BroadcasterListenerAdapter An implementation ofBroadcasterListener.BroadcastFilter Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).BroadcastFilter.BroadcastAction Simple class that tells theBroadcasterto broadcast or not the transformed value.BroadcastFilter.BroadcastAction.ACTION BroadcastFilterLifecycle Add lifecycle method to theBroadcastFilterinterface.CompletionAware The CompletionAware interface is used by a class implementing theAtmosphereResponseinterface to be notified when writing to the response has been completed.DefaultBroadcaster The defaultBroadcasterimplementation.DefaultBroadcaster.AsyncWriteToken DefaultBroadcaster.WriteQueue DefaultMetaBroadcaster Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.Deliver A Deliver is anBroadcaster's internal token that is created before the message gets Broadcaster.Deliver.TYPE MetaBroadcaster Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.MetaBroadcaster.MetaBroadcasterCache Cache message if noBroadcastermaps theMetaBroadcaster.broadcastTo(String, Object)Meteor AMeteoris a simple class that can be used from aServletto suspend, broadcast and resume responses.PerRequestBroadcastFilter An extendedBroadcastFilterthat can be used to filter based onAtmosphereResource.Serializer Serialize theObjectthat was used as parameter toBroadcaster.broadcast(java.lang.Object).WebSocketProcessorFactory Factory forWebSocketProcessor. -
Classes in org.atmosphere.cpr used by org.atmosphere.handler Class Description AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResourceEvent 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.AtmosphereResponse An Atmosphere's response representation.AtmosphereServletProcessor Simple interface that can be used to wrap aServletfrom anAtmosphereHandler. -
Classes in org.atmosphere.cpr used by org.atmosphere.inject Class Description AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereFramework TheAtmosphereFrameworkis the entry point for the framework.AtmosphereObjectFactory Customization point for Atmosphere to instantiate classes.AtmosphereRequest An Atmosphere request representation.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResourceEvent 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.AtmosphereResourceFactory A Factory used to manageAtmosphereResourceinstances.AtmosphereResourceSessionFactory Factory forAtmosphereResourceSessioninstancesAtmosphereResponse An Atmosphere's response representation.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterFactory Factory forBroadcasterused by Atmosphere when creating broadcasters.MetaBroadcaster Broadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value. -
Classes in org.atmosphere.cpr used by org.atmosphere.interceptor Class Description Action An Action is used byAtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto determine what to do with a request, e.g suspend it, resume it, etc.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereInterceptor Intercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.AtmosphereInterceptorAdapter A SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.AtmosphereRequest An Atmosphere request representation.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResourceEvent 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.AtmosphereResourceEventListener Receive notifications when resume, client disconnect or broadcast events occur.AtmosphereResourceEventListenerAdapter An implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.AtmosphereResourceEventListenerAdapter.OnSuspend On Suspend's ListenerAtmosphereResourceHeartbeatEventListener Receive notifications when heartbeat events occur.AtmosphereResourceImpl AtmosphereResponse An Atmosphere's response representation.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterListener A listener for aBroadcaster's event lifecycle.BroadcasterListenerAdapter An implementation ofBroadcasterListener. -
Classes in org.atmosphere.cpr used by org.atmosphere.lifecycle Class Description AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterListener A listener for aBroadcaster's event lifecycle.BroadcasterListenerAdapter An implementation ofBroadcasterListener.DefaultBroadcaster The defaultBroadcasterimplementation. -
Classes in org.atmosphere.cpr used by org.atmosphere.pool Class Description AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterFactory Factory forBroadcasterused by Atmosphere when creating broadcasters.DefaultBroadcasterFactory This class is responsible for creatingBroadcasterinstances. -
Classes in org.atmosphere.cpr used by org.atmosphere.util Class Description AnnotationProcessor An annotation processor for configuring theAtmosphereFramework.AsyncIOWriter An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.AsyncIOWriterAdapter Adapter class forAsyncIOWriter.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereFramework.MetaServiceAction This enumeration represents all possible actions to specify in a meta service file.AtmosphereHandler Implementation ofAtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser.AtmosphereRequest An Atmosphere request representation.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResource.TRANSPORT AtmosphereResourceEvent 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.AtmosphereResponse An Atmosphere's response representation.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.BroadcasterConfig BroadcastFilter Transform a message before it get broadcasted toAtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).BroadcastFilter.BroadcastAction Simple class that tells theBroadcasterto broadcast or not the transformed value.DefaultBroadcaster The defaultBroadcasterimplementation.Deliver A Deliver is anBroadcaster's internal token that is created before the message gets Broadcaster. -
Classes in org.atmosphere.cpr used by org.atmosphere.websocket Class Description AsyncIOWriter An Asynchronous I/O Writer is used by aAtmosphereResponsewhen writing data.AsyncIOWriterAdapter Adapter class forAsyncIOWriter.AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereInterceptorWriter AnAsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor.AtmosphereRequest An Atmosphere request representation.AtmosphereResource AnAtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.AtmosphereResourceEvent 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.AtmosphereResourceEventListener Receive notifications when resume, client disconnect or broadcast events occur.AtmosphereResourceHeartbeatEventListener Receive notifications when heartbeat events occur.AtmosphereResponse An Atmosphere's response representation.Broadcaster A Broadcaster is responsible for delivering messages to its subscribedAtmosphereResources, which are representing suspended responses.KeepOpenStreamAware 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.protocol Class Description AtmosphereConfig This class contains information about the current state of theAtmosphereFramework.AtmosphereRequest An Atmosphere request representation.AtmosphereRequestImpl.Builder