Package com.streambase.liveview.client
Enum Class LiveViewClientCapability
- All Implemented Interfaces:
Serializable
,Comparable<LiveViewClientCapability>
,Constable
Enumerates certain capabilities that may be supported by a LiveView Client.
Since this feature is known to servers only since 1.6, older clients will have a default value of EMPTY_CLIENT_CAPABILITY.
- Since:
- 1.6
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionWhether or not this client supports full SchemasFor internal use only -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final EnumSet<LiveViewClientCapability>
Note that the default client capability does not include AGG_MARK_ENDstatic final EnumSet<LiveViewClientCapability>
static final EnumSet<LiveViewClientCapability>
static final EnumSet<LiveViewClientCapability>
static final EnumSet<LiveViewClientCapability>
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
static LiveViewClientCapability
Returns the enum constant of this class with the specified name.static LiveViewClientCapability[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FULL_SCHEMA
Whether or not this client supports full Schemas -
JSON_SCHEMA
-
LISTS_AND_HIERARCHICAL
-
COMPLEX_KEYS
-
PUBLISH_V2
-
DATA_ON_REMOVE_MESSAGE
-
ACCEPTS_SEPARATELY_TRANSMITTED_EXTENDED_KEYS
-
TOLERATES_REDUCED_HEARTBEAT_RATE
-
KEYFIELDS_IN_BEGINSNAPSHOT
-
GUID_BASED_ALERTS
-
AGG_MARK_END
-
REST_API_v1
For internal use only- Since:
- 2.2
-
ALERT_GROUP
-
-
Field Details
-
EMPTY_CLIENT_CAPABILITY
-
CURRENT_LV_CLIENT_CAPABILITY
Note that the default client capability does not include AGG_MARK_END -
CURRENT_LV_CLIENT_CAPABILITIES_CSV
-
REQ_CLIENT_CAPABILITIES_COMPLEX_KEYS_ONLY
-
REQ_CLIENT_CAPABILITIES_LH_DATA
-
REST_API_V1_CAPABILITIES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getReadable
-
toString
- Overrides:
toString
in classEnum<LiveViewClientCapability>
-