|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.atmosphere.samples.pubsub.PubSub
public class PubSub
| Constructor Summary | |
|---|---|
PubSub()
|
|
| Method Summary | |
|---|---|
String |
pingSuspendedClients()
|
Broadcastable |
publish(BroadcasterLookup bl,
String topic,
String message)
|
Broadcastable |
subscribe(BroadcasterLookup bl,
Broadcaster br,
String topic)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PubSub()
| Method Detail |
|---|
@Suspend
public Broadcastable subscribe(@Context
BroadcasterLookup bl,
@Context
Broadcaster br,
String topic)
public Broadcastable publish(@Context
BroadcasterLookup bl,
String topic,
String message)
public String pingSuspendedClients()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||