|
Class Summary |
| Action |
An Action is used by AtmosphereInterceptor, AsyncSupport and AtmosphereFramework to determine
what to do with a request, e.g suspend it, resume it, etc. |
| AnnotationHandler |
A class that handles the results of an annotation scan. |
| AnnotationScanningServletContainerInitializer |
A ServletContainerInitializer that scans for annotations, and places them in a map keyed by annotation type in the
servlet context. |
| AsynchronousProcessor |
Base class which implement the semantics of suspending and resuming of a
Comet/WebSocket Request. |
| AsynchronousProcessor.AsynchronousProcessorHook |
An Callback class that can be used by Framework integrator to handle the close/timedout/resume life cycle
of an AtmosphereResource. |
| AsyncIOInterceptorAdapter |
An Adapter for AsyncIOInterceptor |
| AsyncIOWriterAdapter |
Adapter class for AsyncIOWriter. |
| AsyncSupportListenerAdapter |
A default implementation of AsyncSupportListener |
| AtmosphereConfig |
This class contains information about the current state of the AtmosphereFramework. |
| AtmosphereFilter |
Atmosphere supports for Filter, delegating all works to AtmosphereServlet. |
| AtmosphereFramework |
The AtmosphereFramework is the entry point for the framework. |
| AtmosphereFramework.AtmosphereHandlerWrapper |
|
| AtmosphereInterceptorAdapter |
A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and set it as
the default AsyncIOWriter on an AtmosphereResponse |
| AtmosphereInterceptorWriter |
An AsyncIOWriter that delegates the write operation to it's AsyncIOInterceptor. |
| AtmosphereNativeCometServlet |
This servlet supports native Comet support with Tomcat 6, 7 and JBoss Web 3.x |
| AtmosphereRequest |
An Atmosphere request representation. |
| AtmosphereRequest.Builder |
|
| AtmosphereResourceEventImpl |
AtmosphereResourceEvent implementation for Servlet Container. |
| AtmosphereResourceEventListenerAdapter |
An implementation of AtmosphereResourceEventListener with just log event as trace. |
| AtmosphereResourceFactory |
A Factory used to manage AtmosphereResource instance. |
| AtmosphereResourceImpl |
AtmosphereResource implementation for supporting AtmosphereRequest
and AtmosphereResponse. |
| AtmosphereResponse |
An Atmosphere's response representation. |
| AtmosphereResponse.Builder |
|
| AtmosphereServlet |
AtmosphereServlet that use Servlet 3.0 Async API when available, and fallback to native comet support if not available. |
| BroadcasterConfig |
Handle Broadcaster configuration like ExecutorService and
BroadcastFilter |
| BroadcasterFactory |
Broadcaster factory used by Atmosphere when creating broadcaster. |
| BroadcasterFuture<E> |
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.Builder |
|
| BroadcasterLifeCyclePolicyListenerAdapter |
Simple adapter listener to be used to track BroadcasterLifeCyclePolicy events. |
| BroadcasterListenerAdapter |
An implementation of BroadcasterListener |
| BroadcastFilter.BroadcastAction |
Simple class that tells the Broadcaster to broadcast or not
the transformed value. |
| DefaultAnnotationProcessor |
An AnnotationProcessor that selects between a ServletContextInitializer based scanner, and
a bytecode based scanner based on
|
| DefaultAsyncSupportResolver |
This is the default implementation of @link {AsyncSupportResolver} |
| DefaultBroadcaster |
Broadcaster implementation. |
| DefaultBroadcaster.AsyncWriteToken |
|
| DefaultBroadcasterFactory |
This class is responsible for creating Broadcaster instance. |
| Entry |
|
| MetaBroadcaster |
Broadcast events to all or a subset of available Broadcaster based on theirBroadcaster.getID() value. |
| Meteor |
A Meteor is a simple class that can be used from a Servlet
to suspend, broadcast and resume a response. |
| MeteorNativeCometServlet |
This Servlet support's Tomcat 6/7 and JBossWeb native Comet support. |
| MeteorServlet |
Simple Servlet to use when Atmosphere Meteor are used. |
| SessionSupport |
|
| SessionTimeoutRestorer |
Capable of restoring HTTP session timeout to given value. |
| SessionTimeoutSupport |
Allows invalidating and restoring HTTP session timeout. |
| WebSocketProcessorFactory |
Factory for WebSocketProcessor. |