Uses of Class
org.atmosphere.cpr.Action.TYPE
-
Packages that use Action.TYPE Package Description org.atmosphere.cpr -
-
Uses of Action.TYPE in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return Action.TYPE Modifier and Type Method Description Action.TYPEAction. type()static Action.TYPEAction.TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Action.TYPE[]Action.TYPE. 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 Action.TYPE Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. notify(Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response)ActionAction. type(Action.TYPE type)Constructors in org.atmosphere.cpr with parameters of type Action.TYPE Constructor Description Action(Action.TYPE type)Action(Action.TYPE type, boolean immutable)Action(Action.TYPE type, long timeout)
-