Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
O
P
R
S
V
A
Asynchronous
- Annotation Type in
org.atmosphere.annotation
Suspend the response and use the Broadcaster associated with
HeaderConfig.X_ATMOSPHERE_TRACKING_ID
to publish the result.
B
Broadcast
- Annotation Type in
org.atmosphere.annotation
Broadcast to all suspended response the value of the method annotated with this annotation.
C
Cluster
- Annotation Type in
org.atmosphere.annotation
Defines an annotation that can be used to add clustering support when a
Broadcaster
is used.
O
org.atmosphere.annotation
- package org.atmosphere.annotation
P
Publish
- Annotation Type in
org.atmosphere.annotation
When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associated
Broadcaster.broadcast(Object)
will be invoked.
R
Resume
- Annotation Type in
org.atmosphere.annotation
Resume a suspended response.
S
Schedule
- Annotation Type in
org.atmosphere.annotation
Schedule periodic broadcast operations to the set of suspended response.
Subscribe
- Annotation Type in
org.atmosphere.annotation
Subscribe to the "value", or topic.
Suspend
- Annotation Type in
org.atmosphere.annotation
Suspend the underlying response.
Suspend.SCOPE
- Enum in
org.atmosphere.annotation
V
valueOf(String)
- Static method in enum org.atmosphere.annotation.
Suspend.SCOPE
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.atmosphere.annotation.
Suspend.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
O
P
R
S
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2015. All Rights Reserved.