|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Broadcaster | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.util.gae | |
| Uses of Broadcaster in org.atmosphere.cpr |
|---|
| Classes in org.atmosphere.cpr that implement Broadcaster | |
|---|---|
class |
DefaultBroadcaster
Broadcaster implementation. |
| Fields in org.atmosphere.cpr declared as Broadcaster | |
|---|---|
Broadcaster |
AtmosphereServlet.AtmosphereHandlerWrapper.broadcaster
|
protected Broadcaster |
AtmosphereResourceImpl.broadcaster
|
| Methods in org.atmosphere.cpr that return Broadcaster | |
|---|---|
Broadcaster |
Meteor.getBroadcaster()
Return the underlying Broadcaster |
Broadcaster |
ClusterBroadcastFilter.getBroadcaster()
Return the Broadcaster |
Broadcaster |
AtmosphereResourceImpl.getBroadcaster()
Return the current Broadcaster |
Broadcaster |
AtmosphereResource.getBroadcaster()
Return the current Broadcaster |
| Methods in org.atmosphere.cpr with parameters of type Broadcaster | |
|---|---|
void |
ClusterBroadcastFilter.setBroadcaster(Broadcaster bc)
The Broadcaster to use. |
void |
AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster)
Set the current Broadcaster |
void |
AtmosphereResource.setBroadcaster(Broadcaster broadcaster)
Set the current Broadcaster |
| Constructors in org.atmosphere.cpr with parameters of type Broadcaster | |
|---|---|
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig config,
Broadcaster broadcaster,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
CometSupport cometSupport)
Create an AtmosphereResource. |
|
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler g,
Broadcaster b)
|
|
| Uses of Broadcaster in org.atmosphere.util |
|---|
| Classes in org.atmosphere.util that implement Broadcaster | |
|---|---|
class |
SimpleBroadcaster
Simple Broadcaster implementation that use the calling thread when broadcasting events. |
| Methods in org.atmosphere.util that return Broadcaster | |
|---|---|
static Broadcaster |
BroadcasterLookup.build(Class<? extends Broadcaster> c,
Object id)
Create a new instance of Broadcaster and store it for |
static Broadcaster |
BroadcasterLookup.lookup(Class<? extends Broadcaster> c,
Object id)
Lookup a Broadcaster instance using getID() or ID
used when invoking {@link BroadcasterLookup#build(java.lang.Class, java.lang.Object)); |
| Methods in org.atmosphere.util with parameters of type Broadcaster | |
|---|---|
static boolean |
BroadcasterLookup.add(Broadcaster b,
Object id)
Add a Broadcaster to the list. |
static boolean |
BroadcasterLookup.remove(Broadcaster b,
Object id)
Remove a Broadcaster to the list. |
| Method parameters in org.atmosphere.util with type arguments of type Broadcaster | |
|---|---|
static Broadcaster |
BroadcasterLookup.build(Class<? extends Broadcaster> c,
Object id)
Create a new instance of Broadcaster and store it for |
static Broadcaster |
BroadcasterLookup.lookup(Class<? extends Broadcaster> c,
Object id)
Lookup a Broadcaster instance using getID() or ID
used when invoking {@link BroadcasterLookup#build(java.lang.Class, java.lang.Object)); |
| Uses of Broadcaster in org.atmosphere.util.gae |
|---|
| Classes in org.atmosphere.util.gae that implement Broadcaster | |
|---|---|
class |
GAEDefaultBroadcaster
Broadcaster implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||