A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
sendMessage(message) — Method in class com.lightstreamer.as_client.LSClient
Send a message to Lightstreamer Server.
SERVER_ERROR — Static property in class com.lightstreamer.as_client.events.ServerErrorEvent
Define the value of the type property of a ControlError event object.
ServerErrorEvent — Class in package com.lightstreamer.as_client.events
Dispatched whenever the Server returns an error in response of a stream/poll connection.
ServerErrorEvent — Event in class com.lightstreamer.as_client.LSClient
Notification of a Server error in response to a stream/poll request.
setAdapter(adapterName) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the name of the Adapter Set mounted on Lightstreamer Server to be used to handle all requests in the session.
setBufferedStreamingHandled(bufferedStreamingHandled) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that turns on or off the recovery mechanism for streaming connections that appear to be buffered.
setCommandLogic(flag, command, key, underlyingSchema, underlyingDataAdapter) — Method in class com.lightstreamer.as_client.NonVisualTable
Configures the "COMMAND logic" behaviour.
setContentLength(contentLength) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the Content-Length for the stream connection (a minimum length, however, is ensured by the Server).
setControlPort(port) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the TCP port to be used for the control connections to Lightstreamer Server.
setControlProtocol(protocol) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the protocol to be used for the control connections to Lightstreamer Server.
setDataAdapter(adapter) — Method in interface com.lightstreamer.as_client.Table
Setter method that sets the name of the Data Adapter (within the Adapter Set used by the current session) that supplies all the items in the Group.
setIdleTimeout(idleTimeout) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the maximum time the Server is allowed to wait for any data to be sent in response to a polling request, if no data is available at request time.
setItemRange(start, end) — Method in class com.lightstreamer.as_client.NonVisualTable
Setter method that sets a range of items within the specified group.
setItemRange(start, end) — Method in interface com.lightstreamer.as_client.Table
Setter method that sets a range of items within the specified group.
setItemRange(start, end) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that sets a range of items within the specified group.
setKeepaliveInterval(keepaliveInterval) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the interval between two keepalive packets (heartbeats) sent by Lightstreamer Server on a stream connection when no actual data is being transmitted.
setKeyPolicy(type, commandFieldOrLimit) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that sets the policy in use on the model during update receipt.
setLevel(level) — Method in class com.lightstreamer.as_client.logger.DataGridAppender
Change the threshold level for the listener.
setLevel(level) — Method in class com.lightstreamer.as_client.logger.TraceAppender
Change the threshold level for the listener.
setMaxBandwidth(bandwidth) — Method in class com.lightstreamer.as_client.LSClient
Request a new maximum bandwidth for the next/current connection.
setMultiMetapush(underlyingSchema, underlyingDataAdapter) — Method in class com.lightstreamer.as_client.VisualTable
Only effective if "COMMAND logic" behaviour has been configured in setKeyPolicy().
setPassword(password) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the password to be used for the authentication on Lightstreamer Server on session initiation.
setPollingInterval(pollingInterval) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the polling interval used for poll connections.
setPort(port) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the TCP port to be used for the stream/poll connections to Lightstreamer Server.
setProtocol(protocol) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the protocol to be used for the stream/poll connections to Lightstreamer Server.
setRequestedBufferSize(bufferSize) — Method in class com.lightstreamer.as_client.NonVisualTable
Setter method that sets the length of Lightstreamer Server's buffer for the internal queueing of updates for each item in the data table.
setRequestedBufferSize(bufferSize) — Method in interface com.lightstreamer.as_client.Table
Setter method that sets the length of Lightstreamer Server's buffer for the internal queueing of updates for each item in the data table.
setRequestedBufferSize(bufferSize) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that sets the length of Lightstreamer Server's buffer for the internal queueing of updates for each item in the data table.
setRequestedMaxFrequency(maxFreq) — Method in class com.lightstreamer.as_client.NonVisualTable
Setter method that sets the maximum update frequency to be requested to Lightstreamer Server for all the items in the data table.
setRequestedMaxFrequency(maxFreq) — Method in interface com.lightstreamer.as_client.Table
Setter method that sets the maximum update frequency to be requested to Lightstreamer Server for all the items in the data table.
setRequestedMaxFrequency(maxFreq) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that sets the maximum update frequency to be requested to Lightstreamer Server for all the items in the data table.
setRetryTimeout(retryTimeout) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the time the library has to wait, after an unsuccessful streaming or polling connection attempt, before automatically performing a new attempt.
setSelector(selector) — Method in class com.lightstreamer.as_client.NonVisualTable
Setter method that sets the selector name for all the items in the data table.
setSelector(selector) — Method in interface com.lightstreamer.as_client.Table
Setter method that sets the selector name for all the items in the data table.
setSelector(selector) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that sets the selector name for all the items in the data table.
setServer(server) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the address of Lightstreamer Server.
setSnapshotRequired(snapshotRequired) — Method in class com.lightstreamer.as_client.NonVisualTable
Setter method that enables/disables snapshot delivery request for the items in the data table.
setSnapshotRequired(snapshotRequired) — Method in interface com.lightstreamer.as_client.Table
Setter method that enables/disables snapshot delivery request for the items in the data table.
setSnapshotRequired(snapshotRequired) — Method in class com.lightstreamer.as_client.VisualTable
Setter method that enables/disables snapshot delivery request for the items in the data table.
setTimeoutForReconnect(reconnectTimeout) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the time the client Engine, after entering "STALLED" status, is allowed to wait for a keepalive packet or any data on a stream connection, before disconnecting and trying to reconnect to the Server.
setTimeoutForStalled(stalledTimeout) — Method in class com.lightstreamer.as_client.ConnectionPolicy
Setter method that sets the extra time the client Engine is allowed to wait when an expected keepalive packet has not been received on a stream connection (and no actual data has arrived), before entering the "STALLED" status.
setUser(user) — Method in class com.lightstreamer.as_client.ConnectionInfo
Setter method that sets the username to be used for the authentication on Lightstreamer Server on session initiation.
STALLED — Constant static property in class com.lightstreamer.as_client.LSClient
String constant for the "STALLED" status of LSClient: The Client was receiving data from a Lightstreamer Server but the data flow now appears interrupted.
status — Property in class com.lightstreamer.as_client.events.StatusChangeEvent
The actual status of the connection.
STATUS_CHANGE — Constant static property in class com.lightstreamer.as_client.events.StatusChangeEvent
Define the value of the type property of a StatusChange event object.
StatusChangeEvent — Class in package com.lightstreamer.as_client.events
Dispatched whenever the connection status changes.
StatusChangeEvent — Event in class com.lightstreamer.as_client.LSClient
Notification of connection status change.
STREAMING — Constant static property in class com.lightstreamer.as_client.LSClient
String constant for the "STREAMING" status of LSClient.
subscribeTable(table:com.lightstreamer.as_client:Table) — Method in class com.lightstreamer.as_client.LSClient
Subscribe to a table on the Server.
SUBSCRIPTION — Constant static property in class com.lightstreamer.as_client.events.SubscriptionEvent
Define the value of the type property of a Subscription event object.
SubscriptionError — Class in package com.lightstreamer.as_client.errors
A SubscriptionError exception is thrown during subscription/unsubscription operations.
SubscriptionError(message) — Constructor in class com.lightstreamer.as_client.errors.SubscriptionError
Create a new SubscriptionError object with a custom message.
SubscriptionEvent — Class in package com.lightstreamer.as_client.events
Dispatched whenever a subscription request has been accomplished, before the related updates are received.
subTableUpdate(itemIndex, updateKey, update) — Method in class com.lightstreamer.as_client.VisualTable
private
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z