Uses of Class
org.atmosphere.annotation.Suspend.SCOPE
-
-
Uses of Suspend.SCOPE in org.atmosphere.annotation
Methods in org.atmosphere.annotation that return Suspend.SCOPE Modifier and Type Method Description Suspend.SCOPEscope()The Scope of theBroadcasterthat will be created once the response gets suspended.static Suspend.SCOPESuspend.SCOPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Suspend.SCOPE[]Suspend.SCOPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-