Uses of Package
org.atmosphere.cpr

Packages that use org.atmosphere.cpr
org.atmosphere.cache   
org.atmosphere.client   
org.atmosphere.container   
org.atmosphere.container.version   
org.atmosphere.cpr   
org.atmosphere.handler   
org.atmosphere.util   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Classes in org.atmosphere.cpr used by org.atmosphere.cache
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
BroadcasterCache
          A BroadcasterCache is used to persist broadcasted Object Broadcaster.broadcast(Object).
 

Classes in org.atmosphere.cpr used by org.atmosphere.client
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
BroadcastFilter
          Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent)

See XSSHtmlFilter for an example.

BroadcastFilter.BroadcastAction
          Simple class that tells the Broadcaster to broadcast or not the transformed value.
PerRequestBroadcastFilter
          A markable interface that can be used in conjunction with BroadcastFilter to filter message per request.
 

Classes in org.atmosphere.cpr used by org.atmosphere.container
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 the AtmosphereFramework.
AtmosphereConfig
           
AtmosphereFramework
          The AtmosphereFramework acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
AtmosphereFramework.Action
          Simple class/struck that hold the current state.
AtmosphereRequest
          An Atmosphere request representation.
AtmosphereResourceImpl
          AtmosphereResource implementation for supporting AtmosphereRequest and AtmosphereRequest.
AtmosphereResponse
          An Atmosphere's response representation.
 

Classes in org.atmosphere.cpr used by org.atmosphere.container.version
AsyncIOWriter
          An Asynchronous I/O Writer is used by a AtmosphereResponse when writing data.
AtmosphereConfig
           
 

Classes in org.atmosphere.cpr used by org.atmosphere.cpr
AsyncIOWriter
          An Asynchronous I/O Writer is used by a AtmosphereResponse when writing data.
AsyncProtocol
          An interface used by an AtmosphereResponse to manipulate the response before it gets delegated to an AsyncIOWriter
AsyncSupport
          Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereFramework.
AsyncSupportResolver
          This interface is used by AtmosphereFramework to determine which AsyncSupport instance should be used
AtmosphereConfig
           
AtmosphereEventLifecycle
          Simple life cycle interface for processing AtmosphereResourceEventListener.
AtmosphereFramework
          The AtmosphereFramework acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
AtmosphereFramework.Action
          Simple class/struck that hold the current state.
AtmosphereFramework.Action.TYPE
           
AtmosphereFramework.AtmosphereHandlerWrapper
           
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereRequest
          An Atmosphere request representation.
AtmosphereRequest.Builder
           
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResource.TRANSPORT
           
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotely close the connection or when a suspended times out or gets resumed.
AtmosphereResourceEventImpl
          AtmosphereResourceEvent implementation for Servlet Container.
AtmosphereResourceEventListener
          Receive notification when a resume, client disconnect or broadcast events occurs.
AtmosphereResourceImpl
          AtmosphereResource implementation for supporting AtmosphereRequest and AtmosphereRequest.
AtmosphereResponse
          An Atmosphere's response representation.
AtmosphereResponse.Builder
           
AtmosphereServlet
          The AtmosphereServlet acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response.
Broadcaster.POLICY
           
Broadcaster.SCOPE
           
BroadcasterCache
          A BroadcasterCache is used to persist broadcasted Object Broadcaster.broadcast(Object).
BroadcasterCache.STRATEGY
           
BroadcasterConfig
          Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcasterFactory
          Broadcaster factory used by Atmosphere when creating broadcaster.
BroadcasterFuture
          Simple Future that can be used when awaiting for a Broadcaster to finish it's broadcast operations to AtmosphereHandler
BroadcasterLifeCyclePolicy
          This class can be used to configure the life cycle of a Broadcaster, e.g when a broadcaster gets destroyed Broadcaster.destroy() or when it's associated resources get released Broadcaster.releaseExternalResources().
BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
           
BroadcasterLifeCyclePolicy.Builder
           
BroadcasterLifeCyclePolicyListener
          Simple listener to be used to track BroadcasterLifeCyclePolicy events.
BroadcastFilter
          Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent)

See XSSHtmlFilter for an example.

BroadcastFilter.BroadcastAction
          Simple class that tells the Broadcaster to broadcast or not the transformed value.
BroadcastFilter.BroadcastAction.ACTION
           
BroadcastFilterLifecycle
          Add lifecycle method to the BroadcastFilter interface.
DefaultBroadcaster.AsyncWriteToken
           
DefaultBroadcaster.Entry
           
Meteor
          A Meteor is a simple class that can be used from a Servlet to suspend, broadcast and resume a response.
PerRequestBroadcastFilter
          A markable interface that can be used in conjunction with BroadcastFilter to filter message per request.
Serializer
          Serialize the Object the result of invoking Broadcaster.broadcast(T)
Trackable
          A simple marker interface allowing Atmosphere to track components like AtmosphereResource, Broadcaster, etc.
 

Classes in org.atmosphere.cpr used by org.atmosphere.handler
AtmosphereHandler
          Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotely close the connection or when a suspended times out or gets resumed.
AtmosphereServletProcessor
          Simple interface that can be used to wrap a Servlet from an AtmosphereHandler
 

Classes in org.atmosphere.cpr used by org.atmosphere.util
AtmosphereConfig
           
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotely close the connection or when a suspended times out or gets resumed.
Broadcaster
          A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response.
BroadcasterConfig
          Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcastFilter
          Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent)

See XSSHtmlFilter for an example.

BroadcastFilter.BroadcastAction
          Simple class that tells the Broadcaster to broadcast or not the transformed value.
DefaultBroadcaster
          Broadcaster implementation.
DefaultBroadcaster.Entry
           
Trackable
          A simple marker interface allowing Atmosphere to track components like AtmosphereResource, Broadcaster, etc.
 

Classes in org.atmosphere.cpr used by org.atmosphere.websocket
AsyncIOWriter
          An Asynchronous I/O Writer is used by a AtmosphereResponse when writing data.
AsyncProtocol
          An interface used by an AtmosphereResponse to manipulate the response before it gets delegated to an AsyncIOWriter
AtmosphereConfig
           
AtmosphereFramework
          The AtmosphereFramework acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
AtmosphereRequest
          An Atmosphere request representation.
AtmosphereResource
          A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent
          An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotely close the connection or when a suspended times out or gets resumed.
AtmosphereResourceEventListener
          Receive notification when a resume, client disconnect or broadcast events occurs.
AtmosphereResponse
          An Atmosphere's response representation.
 

Classes in org.atmosphere.cpr used by org.atmosphere.websocket.protocol
AsyncProtocol
          An interface used by an AtmosphereResponse to manipulate the response before it gets delegated to an AsyncIOWriter
AtmosphereConfig
           
AtmosphereRequest
          An Atmosphere request representation.
AtmosphereResponse
          An Atmosphere's response representation.
 



Copyright © 2012. All Rights Reserved.