Uses of Class
org.atmosphere.cpr.Action.TYPE

Packages that use Action.TYPE
org.atmosphere.cpr   
 

Uses of Action.TYPE in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return Action.TYPE
 Action.TYPE Action.type()
           
static Action.TYPE Action.TYPE.valueOf(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
protected  void AtmosphereFramework.notify(Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response)
           
 Action Action.type(Action.TYPE type)
           
 

Constructors in org.atmosphere.cpr with parameters of type Action.TYPE
Action(Action.TYPE type)
           
Action(Action.TYPE type, long timeout)
           
 



Copyright © 2012. All Rights Reserved.