Uses of Class
org.atmosphere.cpr.Broadcaster.SCOPE
-
Packages that use Broadcaster.SCOPE Package Description org.atmosphere.cpr -
-
Uses of Broadcaster.SCOPE in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Broadcaster.SCOPE Modifier and Type Field Description protected Broadcaster.SCOPEDefaultBroadcaster. scopeMethods in org.atmosphere.cpr that return Broadcaster.SCOPE Modifier and Type Method Description Broadcaster.SCOPEBroadcaster. getScope()Return theBroadcaster.SCOPE.Broadcaster.SCOPEDefaultBroadcaster. getScope()static Broadcaster.SCOPEBroadcaster.SCOPE. valueOf(java.lang.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 Modifier and Type Method Description static MeteorMeteor. build(javax.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, java.util.List<BroadcastFilter> l, Serializer s)Create aMeteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse.voidBroadcaster. setScope(Broadcaster.SCOPE scope)Set the scope.voidDefaultBroadcaster. setScope(Broadcaster.SCOPE scope)
-