Index
All Classes and Interfaces|All Packages
A
- APPLICATION - Enum constant in enum class org.atmosphere.annotation.Suspend.SCOPE
- Asynchronous - Annotation Interface in org.atmosphere.annotation
-
Suspend the response and use the Broadcaster associated with
HeaderConfig.X_ATMOSPHERE_TRACKING_IDto publish the result.
B
- Broadcast - Annotation Interface in org.atmosphere.annotation
-
Broadcast to all suspended response the value of the method annotated with this annotation.
- broadcastFilter() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
Add
BroadcastFilterto the broadcast operation.
C
- Cluster - Annotation Interface in org.atmosphere.annotation
-
Defines an annotation that can be used to add clustering support when a
Broadcasteris used. - contentType() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
If the @Produces annotation is missing, this value will be used instead.
- contentType() - Element in annotation interface org.atmosphere.annotation.Suspend
-
If the @Produces annotation is missing, this value will be used instead.
D
- delay() - Element in annotation interface org.atmosphere.annotation.Broadcast
-
Should the broadcast be delayed? A value of 0 means the broadcast be delayed until a normal broadcast operation happens.
E
- eventListeners() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
Add
AtmosphereResourceEventListenerto the broadcast operation.
F
- filters() - Element in annotation interface org.atmosphere.annotation.Broadcast
-
Add
BroadcastFilters to the broadcast operation.
H
- header() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
The header value used to create a
Broadcasterthat will be used to broadcast the asynchronous execution.
L
- listeners() - Element in annotation interface org.atmosphere.annotation.Subscribe
-
Add
AtmosphereResourceEventListenerto the broadcast operation. - listeners() - Element in annotation interface org.atmosphere.annotation.Suspend
-
Add
AtmosphereResourceEventListenerto track internal events.
N
O
- org.atmosphere.annotation - package org.atmosphere.annotation
- outputComments() - Element in annotation interface org.atmosphere.annotation.Suspend
-
Deprecated.
P
- period() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
The time a connection will be suspended if no broadcast happens.
- period() - Element in annotation interface org.atmosphere.annotation.Schedule
-
The period for broadcast (in second).
- period() - Element in annotation interface org.atmosphere.annotation.Suspend
-
How long a response stay suspended in
Suspend.timeUnit(), default is -1 - Publish - Annotation Interface 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
- REQUEST - Enum constant in enum class org.atmosphere.annotation.Suspend.SCOPE
- Resume - Annotation Interface in org.atmosphere.annotation
-
Resume a suspended response.
- resumeOnBroadcast() - Element in annotation interface org.atmosphere.annotation.Broadcast
-
Resume all suspended response on the first broadcast operation.
- resumeOnBroadcast() - Element in annotation interface org.atmosphere.annotation.Schedule
-
Resume all suspended response on the first broadcast operation.
- resumeOnBroadcast() - Element in annotation interface org.atmosphere.annotation.Suspend
-
Resume all suspended response on the first broadcast operation.
S
- Schedule - Annotation Interface in org.atmosphere.annotation
-
Schedule periodic broadcast operations to the set of suspended response.
- scope() - Element in annotation interface org.atmosphere.annotation.Suspend
-
The Scope of the
Broadcasterthat will be created once the response gets suspended. - Subscribe - Annotation Interface in org.atmosphere.annotation
-
Subscribe to the "value", or topic.
- Suspend - Annotation Interface in org.atmosphere.annotation
-
Suspend the underlying response.
- Suspend.SCOPE - Enum Class in org.atmosphere.annotation
T
- timeout() - Element in annotation interface org.atmosphere.annotation.Subscribe
-
The timeout in millseconds before the connection is resumed.
- timeUnit() - Element in annotation interface org.atmosphere.annotation.Suspend
V
- value() - Element in annotation interface org.atmosphere.annotation.Broadcast
- value() - Element in annotation interface org.atmosphere.annotation.Cluster
- value() - Element in annotation interface org.atmosphere.annotation.Publish
- value() - Element in annotation interface org.atmosphere.annotation.Resume
-
Resume after the first event caused by annotating a method with
Broadcast - value() - Element in annotation interface org.atmosphere.annotation.Subscribe
-
The value that will be used to create or lookup a
Broadcaster - valueOf(String) - Static method in enum class org.atmosphere.annotation.Suspend.SCOPE
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.atmosphere.annotation.Suspend.SCOPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VM - Enum constant in enum class org.atmosphere.annotation.Suspend.SCOPE
W
- waitFor() - Element in annotation interface org.atmosphere.annotation.Schedule
-
The period before starting the broadcast (in second).
- waitForResource() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
Wait for
AtmosphereResourcebefore executing theBroadcaster.awaitAndBroadcast(Object, long, java.util.concurrent.TimeUnit). - writeEntity() - Element in annotation interface org.atmosphere.annotation.Asynchronous
-
Write the returned entity back to the calling connection.
- writeEntity() - Element in annotation interface org.atmosphere.annotation.Broadcast
-
Write the returned entity back to the calling connection.
- writeEntity() - Element in annotation interface org.atmosphere.annotation.Subscribe
-
Write the returned entity back to the calling connection.
- writeEntity() - Element in annotation interface org.atmosphere.annotation.Suspend
-
Write the returned entity back to the calling connection.
All Classes and Interfaces|All Packages