Uses of Class
org.atmosphere.cpr.Broadcaster.SCOPE

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()
          Return the Broadcaster.SCOPE
 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(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 writting the result of a broadcast operation the HttpServletResponse.
 void DefaultBroadcaster.setScope(Broadcaster.SCOPE scope)
          Set the scope.
 void Broadcaster.setScope(Broadcaster.SCOPE scope)
          Set the scope.
 



Copyright © 2010. All Rights Reserved.