|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Broadcaster.SCOPE | |
|---|---|
| org.atmosphere.cpr | |
| Uses of Broadcaster.SCOPE in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as Broadcaster.SCOPE | |
|---|---|
protected Broadcaster.SCOPE |
DefaultBroadcaster.scope
|
| Methods in org.atmosphere.cpr that return Broadcaster.SCOPE | |
|---|---|
Broadcaster.SCOPE |
DefaultBroadcaster.getScope()
|
Broadcaster.SCOPE |
Broadcaster.getScope()
Return the Broadcaster.SCOPE. |
static Broadcaster.SCOPE |
Broadcaster.SCOPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Broadcaster.SCOPE[] |
Broadcaster.SCOPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.atmosphere.cpr with parameters of type Broadcaster.SCOPE | |
|---|---|
static Meteor |
Meteor.build(javax.servlet.http.HttpServletRequest req,
Broadcaster.SCOPE scope,
List<BroadcastFilter> l,
Serializer s)
Create a Meteor using the HttpServletRequest and use a list of
BroadcastFilter and Serializer for writing the result
of a broadcast operation the HttpServletResponse. |
void |
DefaultBroadcaster.setScope(Broadcaster.SCOPE scope)
|
void |
Broadcaster.setScope(Broadcaster.SCOPE scope)
Set the scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||