| Class and Description |
|---|
| AtmosphereResource
A
AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(),
AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among
suspended response. |
| AtmosphereResourceImpl |
| BroadcasterCache
A BroadcasterCache is used to persist broadcasted Object
Broadcaster.broadcast(Object). |
| Class and Description |
|---|
| 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. |
| 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 is the entry point for the framework. |
| AtmosphereRequest
An Atmosphere request representation.
|
| AtmosphereResourceImpl |
| AtmosphereResponse
An Atmosphere's response representation.
|
| Class and Description |
|---|
| AsyncIOWriter
An Asynchronous I/O Writer is used by a
AtmosphereResponse when writing data. |
| AsyncIOWriterAdapter
Adapter class for
AsyncIOWriter. |
| AtmosphereConfig |
| AtmosphereResponse
An Atmosphere's response representation.
|
| Class and Description |
|---|
| 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. |
| Action.TYPE
The action's type.
|
| AnnotationProcessor
An annotation processor for configuring the
AtmosphereFramework |
| AsyncIOInterceptor
A filter like API that allow an
AtmosphereInterceptor to intercept the response before it get written back
to the client. |
| AsyncIOWriter
An Asynchronous I/O Writer is used by a
AtmosphereResponse when writing data. |
| AsyncIOWriterAdapter
Adapter class for
AsyncIOWriter. |
| AsyncSupport
Atmosphere's supported WebServer must implement this interface in order
to be auto detected by the
AtmosphereFramework. |
| AsyncSupportListener
A listener that can be used to track
AsyncSupport events like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSED |
| AsyncSupportResolver
This interface is used by
AtmosphereFramework to determine which AsyncSupport instance should be used |
| AtmosphereConfig |
| AtmosphereFramework
The
AtmosphereFramework is the entry point for the framework. |
| AtmosphereFramework.AtmosphereHandlerWrapper |
| AtmosphereHandler
Implementation of
AtmosphereHandler allows creation of
event-driven web applications which are hosted in the browser. |
| AtmosphereInterceptor
Intercept the dispatch of
AtmosphereResource before they get dispatched to AtmosphereHandlers. |
| AtmosphereInterceptorWriter
An
AsyncIOWriter that delegates the write operation to it's AsyncIOInterceptor. |
| 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.
|
| AtmosphereResourceFactory
A Factory used to manage
AtmosphereResource instance. |
| AtmosphereResourceImpl |
| 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 |
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. |
| BroadcasterListener
A listener for
Broadcaster events lifecycle |
| BroadcastFilter
Transform a message before it get broadcasted to
AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent). |
| 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 |
| 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. |
| PerRequestBroadcastFilter
An extended
BroadcastFilter that can vbe used to filter based on AtmosphereResource |
| Serializer
Serialize the
Object the result of invoking Broadcaster.broadcast(T). |
| WebSocketProcessorFactory
Factory for
WebSocketProcessor. |
| Class and Description |
|---|
| 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. |
| AtmosphereResponse
An Atmosphere's response representation.
|
| AtmosphereServletProcessor
Simple interface that can be used to wrap a
Servlet from an
AtmosphereHandler |
| Class and Description |
|---|
| 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. |
| AtmosphereConfig |
| AtmosphereInterceptor
Intercept the dispatch of
AtmosphereResource before they get dispatched to AtmosphereHandlers. |
| AtmosphereInterceptorAdapter
A Simple
AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and set it as
the default AsyncIOWriter on an AtmosphereResponse |
| AtmosphereResource
A
AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(),
AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among
suspended response. |
| Class and Description |
|---|
| AsyncIOWriter
An Asynchronous I/O Writer is used by a
AtmosphereResponse when writing data. |
| AsyncIOWriterAdapter
Adapter class for
AsyncIOWriter. |
| 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. |
| AtmosphereResponse
An Atmosphere's response representation.
|
| Broadcaster
A Broadcaster is responsible for delivering messages to its subscribed
AtmosphereResource, which are representing a suspended response. |
| BroadcasterConfig |
| BroadcastFilter
Transform a message before it get broadcasted to
AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent). |
| BroadcastFilter.BroadcastAction
Simple class that tells the
Broadcaster to broadcast or not
the transformed value. |
DefaultBroadcaster
Broadcaster implementation. |
| DefaultBroadcaster.Entry |
| Class and Description |
|---|
| AsyncIOWriter
An Asynchronous I/O Writer is used by a
AtmosphereResponse when writing data. |
| AsyncIOWriterAdapter
Adapter class for
AsyncIOWriter. |
| AtmosphereConfig |
| AtmosphereFramework
The
AtmosphereFramework is the entry point for the framework. |
| 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.
|
| Class and Description |
|---|
| AtmosphereConfig |
| AtmosphereRequest
An Atmosphere request representation.
|
Copyright © 2018. All Rights Reserved.