Package org.atmosphere.config.service

Enum Summary
Ready.DELIVER_TO  
 

Annotation Types Summary
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.
AtmosphereHandlerService An annotation for AtmosphereHandler
AtmosphereInterceptorService An annotation for telling Atmosphere which AtmosphereInterceptor class to use by default.
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.
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.
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 © 2014. All Rights Reserved.