|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Broadcaster | |
|---|---|
| org.atmosphere.cpr | |
| 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 | |
|---|---|
protected Broadcaster |
AtmosphereEventImpl.broadcaster
|
Broadcaster |
AtmosphereServlet.AtmosphereHandlerWrapper.broadcaster
|
| Methods in org.atmosphere.cpr that return Broadcaster | |
|---|---|
Broadcaster |
AtmosphereEventImpl.getBroadcaster()
Return the current Broadcaster |
Broadcaster |
AtmosphereEvent.getBroadcaster()
Return the current Broadcaster |
| Methods in org.atmosphere.cpr with parameters of type Broadcaster | |
|---|---|
void |
AtmosphereEventImpl.setBroadcaster(Broadcaster broadcaster)
Set the current Broadcaster |
void |
AtmosphereEvent.setBroadcaster(Broadcaster broadcaster)
Set the current Broadcaster |
| Constructors in org.atmosphere.cpr with parameters of type Broadcaster | |
|---|---|
AtmosphereEventImpl(ServletContext servletContext,
String webServerName,
Broadcaster broadcaster,
HttpServletRequest req,
HttpServletResponse res)
Create an AtmosphereEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||