Uses of Enum Class
org.atmosphere.cpr.Action.TYPE
Packages that use Action.TYPE
-
Uses of Action.TYPE in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return Action.TYPEModifier and TypeMethodDescriptionAction.type()static Action.TYPEReturns the enum constant of this class with the specified name.static Action.TYPE[]Action.TYPE.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 Action.TYPEModifier and TypeMethodDescriptionAtmosphereFramework.notify(Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response) Action.type(Action.TYPE type) Constructors in org.atmosphere.cpr with parameters of type Action.TYPEModifierConstructorDescriptionAction(Action.TYPE type) Action(Action.TYPE type, boolean immutable) Action(Action.TYPE type, long timeout)