Uses of Enum Class
org.atmosphere.cpr.Broadcaster.SCOPE
Packages that use Broadcaster.SCOPE
-
Uses of Broadcaster.SCOPE in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Broadcaster.SCOPEMethods in org.atmosphere.cpr that return Broadcaster.SCOPEModifier and TypeMethodDescriptionBroadcaster.getScope()Return theBroadcaster.SCOPE.DefaultBroadcaster.getScope()static Broadcaster.SCOPEReturns the enum constant of this class with the specified name.static Broadcaster.SCOPE[]Broadcaster.SCOPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.atmosphere.cpr with parameters of type Broadcaster.SCOPEModifier and TypeMethodDescriptionstatic MeteorMeteor.build(javax.servlet.http.HttpServletRequest req, Broadcaster.SCOPE scope, 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)