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

Packages that use Broadcaster.POLICY
org.atmosphere.cpr   
 

Uses of Broadcaster.POLICY in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return Broadcaster.POLICY
static Broadcaster.POLICY Broadcaster.POLICY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Broadcaster.POLICY[] Broadcaster.POLICY.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.POLICY
 void DefaultBroadcaster.setSuspendPolicy(long maxSuspendResource, Broadcaster.POLICY policy)
           
 void Broadcaster.setSuspendPolicy(long maxSuspended, Broadcaster.POLICY policy)
          Set the maximum number of suspended AtmosphereResource.
 



Copyright © 2011. All Rights Reserved.