A B C D F G O P R S T U

A

addAtmosphereResource(AtmosphereResource<?, ?>) - Method in class org.atmosphere.samples.twitter.TwitterBroadcaster
 

B

bc - Variable in class org.atmosphere.samples.twitter.UsersState.UserStateData
 

C

create(String, TwitterBroadcaster) - Method in class org.atmosphere.samples.twitter.UsersState
 

D

delete() - Method in class org.atmosphere.samples.twitter.UserResource
 

F

follow(String) - Method in class org.atmosphere.samples.twitter.UserResource
 

G

get() - Method in class org.atmosphere.samples.twitter.UserResource
 
get(String) - Method in class org.atmosphere.samples.twitter.UsersState
 
getUserAtmosphereEvent() - Method in class org.atmosphere.samples.twitter.TwitterBroadcaster
Return the user (@link Broadcaster#getName}'s AtmosphereResourceEvent.

O

onFollow(TwitterBroadcaster, String, String) - Method in class org.atmosphere.samples.twitter.TwitterResource
Add a follower, using the user's associated Broadcaster
onLogin(TwitterBroadcaster, String) - Method in class org.atmosphere.samples.twitter.TwitterResource
Store the user information and broadcast a welcome message using the already suspended connection done TwitterResource.onStart(java.lang.String)
onPush(TwitterBroadcaster, String, String) - Method in class org.atmosphere.samples.twitter.TwitterResource
Push tweet to the user and its followers.
onStart(String) - Method in class org.atmosphere.samples.twitter.TwitterResource
When the page loads, suspend the response and set the Suspend scope to REQUEST, which means every suspended connection by default have their own instance of Broadcaster
org.atmosphere.samples.twitter - package org.atmosphere.samples.twitter
 

P

post(String) - Method in class org.atmosphere.samples.twitter.UserResource
 

R

remove(String) - Method in class org.atmosphere.samples.twitter.UsersState
 

S

setUserAtmosphereEvent(AtmosphereResourceEvent) - Method in class org.atmosphere.samples.twitter.TwitterBroadcaster
Set the user (@link Broadcaster#getName}'s AtmosphereResourceEvent.

T

TwitterBroadcaster - Class in org.atmosphere.samples.twitter
Simple Broadcaster that keep a reference to the user
TwitterBroadcaster() - Constructor for class org.atmosphere.samples.twitter.TwitterBroadcaster
 
TwitterResource - Class in org.atmosphere.samples.twitter
Twitter like Comet application.
TwitterResource() - Constructor for class org.atmosphere.samples.twitter.TwitterResource
 

U

UserResource - Class in org.atmosphere.samples.twitter
 
UserResource(UsersState, String, UsersState.UserStateData) - Constructor for class org.atmosphere.samples.twitter.UserResource
 
UsersState - Class in org.atmosphere.samples.twitter
 
UsersState() - Constructor for class org.atmosphere.samples.twitter.UsersState
 
UsersState.UserStateData - Class in org.atmosphere.samples.twitter
 
UsersState.UserStateData(TwitterBroadcaster) - Constructor for class org.atmosphere.samples.twitter.UsersState.UserStateData
 

A B C D F G O P R S T U

Copyright © 2011. All Rights Reserved.