Uses of Class
org.atmosphere.cpr.Broadcaster.POLICY
-
Packages that use Broadcaster.POLICY Package Description org.atmosphere.cpr -
-
Uses of Broadcaster.POLICY in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Broadcaster.POLICY Modifier and Type Field Description protected Broadcaster.POLICYDefaultBroadcasterFactory. defaultPolicyMethods in org.atmosphere.cpr that return Broadcaster.POLICY Modifier and Type Method Description Broadcaster.POLICYDefaultBroadcaster. policy()static Broadcaster.POLICYBroadcaster.POLICY. valueOf(java.lang.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 Modifier and Type Method Description voidBroadcaster. setSuspendPolicy(long maxSuspended, Broadcaster.POLICY policy)Set the maximum number of suspendedAtmosphereResources.voidDefaultBroadcaster. setSuspendPolicy(long maxSuspendResource, Broadcaster.POLICY policy)
-