public static enum AtmosphereRequestConfig.Flags extends Enum<AtmosphereRequestConfig.Flags>
| Enum Constant and Description |
|---|
attachHeadersAsQueryString |
dropAtmosphereHeaders |
enableProtocol |
enableXDR |
executeCallbackBeforeReconnect |
readResponsesHeaders |
rewriteURL |
shared |
trackMessageLength |
withCredentials |
| Modifier and Type | Method and Description |
|---|---|
static AtmosphereRequestConfig.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtmosphereRequestConfig.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtmosphereRequestConfig.Flags enableXDR
public static final AtmosphereRequestConfig.Flags rewriteURL
public static final AtmosphereRequestConfig.Flags attachHeadersAsQueryString
public static final AtmosphereRequestConfig.Flags withCredentials
public static final AtmosphereRequestConfig.Flags trackMessageLength
public static final AtmosphereRequestConfig.Flags shared
public static final AtmosphereRequestConfig.Flags readResponsesHeaders
public static final AtmosphereRequestConfig.Flags dropAtmosphereHeaders
public static final AtmosphereRequestConfig.Flags executeCallbackBeforeReconnect
public static final AtmosphereRequestConfig.Flags enableProtocol
public static AtmosphereRequestConfig.Flags[] values()
for (AtmosphereRequestConfig.Flags c : AtmosphereRequestConfig.Flags.values()) System.out.println(c);
public static AtmosphereRequestConfig.Flags 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 © 2015. All Rights Reserved.