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

Packages that use Deliver.TYPE
org.atmosphere.cpr   
 

Uses of Deliver.TYPE in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr declared as Deliver.TYPE
protected  Deliver.TYPE Deliver.type
           
 

Methods in org.atmosphere.cpr that return Deliver.TYPE
 Deliver.TYPE Deliver.getType()
           
static Deliver.TYPE Deliver.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Deliver.TYPE[] Deliver.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.atmosphere.cpr with parameters of type Deliver.TYPE
Deliver(Deliver.TYPE type, Object originalMessage, Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, Set<AtmosphereResource> resources, boolean async)
           
 



Copyright © 2014. All Rights Reserved.