Uses of Class
org.atmosphere.cpr.Deliver.TYPE
-
Packages that use Deliver.TYPE Package Description org.atmosphere.cpr -
-
Uses of Deliver.TYPE in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Deliver.TYPE Modifier and Type Field Description protected Deliver.TYPEDeliver. typeMethods in org.atmosphere.cpr that return Deliver.TYPE Modifier and Type Method Description Deliver.TYPEDeliver. getType()static Deliver.TYPEDeliver.TYPE. valueOf(java.lang.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 Constructor Description Deliver(Deliver.TYPE type, java.lang.Object originalMessage, java.lang.Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, java.util.Set<AtmosphereResource> resources, boolean async)
-