Uses of Enum Class
org.atmosphere.cpr.Broadcaster.POLICY
Packages that use Broadcaster.POLICY
-
Uses of Broadcaster.POLICY in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Broadcaster.POLICYModifier and TypeFieldDescriptionprotected Broadcaster.POLICYDefaultBroadcasterFactory.defaultPolicyMethods in org.atmosphere.cpr that return Broadcaster.POLICYModifier and TypeMethodDescriptionDefaultBroadcaster.policy()static Broadcaster.POLICYReturns the enum constant of this class with the specified name.static Broadcaster.POLICY[]Broadcaster.POLICY.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.POLICYModifier and TypeMethodDescriptionvoidBroadcaster.setSuspendPolicy(long maxSuspended, Broadcaster.POLICY policy) Set the maximum number of suspendedAtmosphereResources.voidDefaultBroadcaster.setSuspendPolicy(long maxSuspendResource, Broadcaster.POLICY policy)