Uses of Enum Class
org.atmosphere.cpr.Deliver.TYPE
Packages that use Deliver.TYPE
-
Uses of Deliver.TYPE in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Deliver.TYPEMethods in org.atmosphere.cpr that return Deliver.TYPEModifier and TypeMethodDescriptionDeliver.getType()static Deliver.TYPEReturns the enum constant of this class with the specified name.static Deliver.TYPE[]Deliver.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.atmosphere.cpr with parameters of type Deliver.TYPEModifierConstructorDescriptionDeliver(Deliver.TYPE type, Object originalMessage, Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, Set<AtmosphereResource> resources, boolean async)