Uses of Enum Class
com.streambase.liveview.client.LiveViewClientCapability
Packages that use LiveViewClientCapability
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewClientCapability in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type LiveViewClientCapabilityModifier and TypeFieldDescriptionstatic final EnumSet<LiveViewClientCapability>
LiveViewClientCapability.CURRENT_LV_CLIENT_CAPABILITY
Note that the default client capability does not include AGG_MARK_ENDstatic final EnumSet<LiveViewClientCapability>
LiveViewClientCapability.EMPTY_CLIENT_CAPABILITY
static final EnumSet<LiveViewClientCapability>
LiveViewClientCapability.REQ_CLIENT_CAPABILITIES_COMPLEX_KEYS_ONLY
static final EnumSet<LiveViewClientCapability>
LiveViewClientCapability.REQ_CLIENT_CAPABILITIES_LH_DATA
static final EnumSet<LiveViewClientCapability>
LiveViewClientCapability.REST_API_V1_CAPABILITIES
Methods in com.streambase.liveview.client that return LiveViewClientCapabilityModifier and TypeMethodDescriptionstatic LiveViewClientCapability
Returns the enum constant of this class with the specified name.static LiveViewClientCapability[]
LiveViewClientCapability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.streambase.liveview.client that return types with arguments of type LiveViewClientCapabilityMethod parameters in com.streambase.liveview.client with type arguments of type LiveViewClientCapabilityModifier and TypeMethodDescriptionConnectionConfig.setCapabilities
(EnumSet<LiveViewClientCapability> capabilities) Set the ClientCapabilities that are supported by this client.void
MultiConnectionConfig.setClientCapabilities
(EnumSet<LiveViewClientCapability> capabilities) Declare your client capabilities to be something less than the current default.