public static enum AtmosphereRequest.CACHE extends Enum<AtmosphereRequest.CACHE>
| Enum Constant and Description |
|---|
HEADER_BROADCAST_CACHE |
NO_BROADCAST_CACHE |
SESSION_BROADCAST_CACHE |
UUID_BROADCASTER_CACHE |
| Modifier and Type | Method and Description |
|---|---|
static AtmosphereRequest.CACHE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtmosphereRequest.CACHE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtmosphereRequest.CACHE HEADER_BROADCAST_CACHE
public static final AtmosphereRequest.CACHE UUID_BROADCASTER_CACHE
public static final AtmosphereRequest.CACHE SESSION_BROADCAST_CACHE
public static final AtmosphereRequest.CACHE NO_BROADCAST_CACHE
public static AtmosphereRequest.CACHE[] values()
for (AtmosphereRequest.CACHE c : AtmosphereRequest.CACHE.values()) System.out.println(c);
public static AtmosphereRequest.CACHE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All Rights Reserved.