A B C D E F H L N O P R S T V W 
All Classes All Packages

A

APPLICATION - org.atmosphere.annotation.Suspend.SCOPE
 
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.
broadcastFilter() - Method in annotation type org.atmosphere.annotation.Asynchronous
Add BroadcastFilter to the broadcast operation.

C

Cluster - Annotation Type in org.atmosphere.annotation
Defines an annotation that can be used to add clustering support when a Broadcaster is used.
contentType() - Method in annotation type org.atmosphere.annotation.Asynchronous
If the @Produces annotation is missing, this value will be used instead.
contentType() - Method in annotation type org.atmosphere.annotation.Suspend
If the @Produces annotation is missing, this value will be used instead.

D

delay() - Method in annotation type 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() - Method in annotation type org.atmosphere.annotation.Asynchronous
Add AtmosphereResourceEventListener to the broadcast operation.

F

filters() - Method in annotation type org.atmosphere.annotation.Broadcast
Add BroadcastFilters to the broadcast operation.

H

header() - Method in annotation type org.atmosphere.annotation.Asynchronous
The header value used to create a Broadcaster that will be used to broadcast the asynchronous execution.

L

listeners() - Method in annotation type org.atmosphere.annotation.Subscribe
Add AtmosphereResourceEventListener to the broadcast operation.
listeners() - Method in annotation type org.atmosphere.annotation.Suspend
Add AtmosphereResourceEventListener to track internal events.

N

name() - Method in annotation type org.atmosphere.annotation.Cluster
The Cluster's name

O

org.atmosphere.annotation - package org.atmosphere.annotation
 
outputComments() - Method in annotation type org.atmosphere.annotation.Suspend
Deprecated.

P

period() - Method in annotation type org.atmosphere.annotation.Asynchronous
The time a connection will be suspended if no broadcast happens.
period() - Method in annotation type org.atmosphere.annotation.Schedule
The period for broadcast (in second).
period() - Method in annotation type org.atmosphere.annotation.Suspend
How long a response stay suspended in Suspend.timeUnit(), default is -1
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

REQUEST - org.atmosphere.annotation.Suspend.SCOPE
 
Resume - Annotation Type in org.atmosphere.annotation
Resume a suspended response.
resumeOnBroadcast() - Method in annotation type org.atmosphere.annotation.Broadcast
Resume all suspended response on the first broadcast operation.
resumeOnBroadcast() - Method in annotation type org.atmosphere.annotation.Schedule
Resume all suspended response on the first broadcast operation.
resumeOnBroadcast() - Method in annotation type org.atmosphere.annotation.Suspend
Resume all suspended response on the first broadcast operation.

S

Schedule - Annotation Type in org.atmosphere.annotation
Schedule periodic broadcast operations to the set of suspended response.
scope() - Method in annotation type org.atmosphere.annotation.Suspend
The Scope of the Broadcaster that will be created once the response gets suspended.
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
 

T

timeout() - Method in annotation type org.atmosphere.annotation.Subscribe
The timeout in millseconds before the connection is resumed.
timeUnit() - Method in annotation type org.atmosphere.annotation.Suspend
 

V

value() - Method in annotation type org.atmosphere.annotation.Broadcast
 
value() - Method in annotation type org.atmosphere.annotation.Cluster
 
value() - Method in annotation type org.atmosphere.annotation.Publish
 
value() - Method in annotation type org.atmosphere.annotation.Resume
Resume after the first event caused by annotating a method with Broadcast
value() - Method in annotation type org.atmosphere.annotation.Subscribe
The value that will be used to create or lookup a Broadcaster
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.
VM - org.atmosphere.annotation.Suspend.SCOPE
 

W

waitFor() - Method in annotation type org.atmosphere.annotation.Schedule
The period before starting the broadcast (in second).
waitForResource() - Method in annotation type org.atmosphere.annotation.Asynchronous
Wait for AtmosphereResource before executing the Broadcaster.awaitAndBroadcast(Object, long, java.util.concurrent.TimeUnit).
writeEntity() - Method in annotation type org.atmosphere.annotation.Asynchronous
Write the returned entity back to the calling connection.
writeEntity() - Method in annotation type org.atmosphere.annotation.Broadcast
Write the returned entity back to the calling connection.
writeEntity() - Method in annotation type org.atmosphere.annotation.Subscribe
Write the returned entity back to the calling connection.
writeEntity() - Method in annotation type org.atmosphere.annotation.Suspend
Write the returned entity back to the calling connection.
A B C D E F H L N O P R S T V W 
All Classes All Packages