Uses of Class
org.atmosphere.wasync.impl.AtmosphereRequest.CACHE

Packages that use AtmosphereRequest.CACHE
org.atmosphere.wasync.impl   
 

Uses of AtmosphereRequest.CACHE in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return AtmosphereRequest.CACHE
 AtmosphereRequest.CACHE AtmosphereRequest.getCacheType()
          Return the AtmosphereRequest.CACHE used.
static AtmosphereRequest.CACHE AtmosphereRequest.CACHE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtmosphereRequest.CACHE[] AtmosphereRequest.CACHE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.wasync.impl with parameters of type AtmosphereRequest.CACHE
 AtmosphereRequest.AtmosphereRequestBuilder AtmosphereRequest.AtmosphereRequestBuilder.cache(AtmosphereRequest.CACHE c)
          Set the AtmosphereRequest.CACHE used by the server side implementation of Atmosphere.
 



Copyright © 2013. All Rights Reserved.