| Enum | Description |
|---|---|
| DeliverTo.DELIVER_TO | |
| Ready.DELIVER_TO | Deprecated |
| Annotation Type | Description |
|---|---|
| AsyncSupportListenerService |
An annotation for telling Atmosphere which
AsyncSupportListener class to use by default. |
| AsyncSupportService |
An annotation for telling Atmosphere which
AsyncSupport class to use by default. |
| AtmosphereFrameworkListenerService |
An annotation for installing
AtmosphereFrameworkListener |
| AtmosphereHandlerService |
An annotation for
AtmosphereHandler |
| AtmosphereInterceptorService |
An annotation for telling Atmosphere which
AtmosphereInterceptor class to use by default. |
| AtmosphereResourceFactoryService |
An annotation for telling Atmosphere which
AtmosphereResourceFactory class to use by default. |
| AtmosphereResourceListenerService |
Install an
AtmosphereResourceListener |
| AtmosphereService |
An annotation which acts like the
ManagedService annotated resource, but
that can be used with frameworks like Jersey, Wicket or any framework running the Atmosphere Framework. |
| BroadcasterCacheInspectorService |
Annotation used to mark a
BroadcasterCacheInspector. |
| BroadcasterCacheListenerService |
An annotation for installing
BroadcasterListener |
| BroadcasterCacheService |
An annotation for telling Atmosphere which
BroadcasterCache class to use by default. |
| BroadcasterFactoryService |
An annotation for telling Atmosphere which
BroadcasterFactory class to use by default. |
| BroadcasterFilterService |
An annotation for telling Atmosphere to add the
BroadcastFilter to all created Broadcaster |
| BroadcasterListenerService |
An annotation for installing
BroadcasterListener |
| BroadcasterService |
An annotation for telling Atmosphere which
Broadcaster class to use by default. |
| Delete |
Use this annotation with the
ManagedService annotation. |
| DeliverTo |
Broadcast the returned value only to the calling resource
DeliverTo.DELIVER_TO.RESOURCE,
to its associated Broadcaster DeliverTo.DELIVER_TO.BROADCASTER
or to all created Broadcasters DeliverTo.DELIVER_TO.ALL |
| Disconnect |
Use this annotation with the
ManagedService annotation. |
| EndpointMapperService |
An annotation to use in order to replace the default
EndpointMapper |
| Get |
Use this annotation with the
ManagedService annotation. |
| Heartbeat |
Annotate a method that will get invoked when the client sends an heartbeat.
|
| ManagedService |
A Meta annotation that configure Atmosphere with
The
UUIDBroadcasterCachefor caching message. |
| Message |
Annotate a method that will get invoked when String messages are broadcasted using the
Broadcaster
associated with the class where the annotation is associated. |
| MeteorService |
Annotate a
Meteor implementation so Atmosphere can install it at runtime. |
| PathParam |
Use this annotation with the
ManagedService annotation. |
| Post |
Use this annotation with the
ManagedService annotation. |
| Put |
Use this annotation with the
ManagedService annotation. |
| Ready |
Use this annotation with the
ManagedService annotation. |
| Resume |
Use this annotation with the
ManagedService annotation. |
| Singleton |
A class annotated with this annotation will be instantiated only once.
|
| UUIDProviderService |
An annotation to use in order to replace the default
UUIDProvider |
| WebSocketFactoryService |
An annotation for telling Atmosphere which
WebSocketFactory class to use by default. |
| WebSocketHandlerService |
An annotation for telling Atmosphere which
WebSocketHandler class to use by default. |
| WebSocketProcessorService |
An annotation for telling Atmosphere which
WebSocketProcessor class to use by default. |
| WebSocketProtocolService |
An annotation for telling Atmosphere which
WebSocketProtocol class to use by default. |
Copyright © 2016. All rights reserved.