A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
G
- GCM - enum entry in io.ably.lib.types.RegistrationToken.Type
- generateRandomKey(int) - function in io.ably.lib.util.Crypto
- Generates a random key to be used in the encryption of the channel.If the language cryptographic randomness primitives are blocking or async, a callback is used.The callback returns a generated binary key.
- generateRandomKey() - function in io.ably.lib.util.Crypto
- Generates a random key to be used in the encryption of the channel.If the language cryptographic randomness primitives are blocking or async, a callback is used.The callback returns a generated binary key.
- generateRandomRequestId() - function in io.ably.lib.util.Crypto
- Returns a "request_id" query param, based on a sequence of 9 random byteswhich have been base64 encoded.
- get(Object) - function in io.ably.lib.types.ReadOnlyMap
- get(String) - function in io.ably.lib.types.Summary
- Retrieves the JSON representation associated with a specified annotation type.
- get(String,Array) - function in io.ably.lib.rest.RestAnnotations
- Retrieves a paginated list of annotations associated with the specified message serial.
- get(Message,Array) - function in io.ably.lib.rest.RestAnnotations
- get(String) - function in io.ably.lib.rest.RestAnnotations
- Retrieves a paginated list of annotations associated with the specified message serial.
- get(Message) - function in io.ably.lib.rest.RestAnnotations
- get(String) - function in io.ably.lib.rest.AblyBase.Channels
- get(String,ChannelOptions) - function in io.ably.lib.rest.AblyBase.Channels
- get(Object) - function in io.ably.lib.types.AblyBase.Channels
- get(Array) - function in io.ably.lib.rest.ChannelBase.Presence
- Retrieves the current members present on the channel and the metadata for each member,such as their io.ably.lib.types.PresenceMessage.Action and ID.
- get(String,Array) - function in io.ably.lib.realtime.RealtimeAnnotations
- Retrieves a paginated list of annotations associated with the specified message serial.
- get(Message,Array) - function in io.ably.lib.realtime.RealtimeAnnotations
- See get
- get(String) - function in io.ably.lib.realtime.RealtimeAnnotations
- Retrieves a paginated list of annotations associated with the specified message serial.
- get(Message) - function in io.ably.lib.realtime.RealtimeAnnotations
- See get
- get(String) - function in io.ably.lib.realtime.AblyRealtime.Channels
- Creates a new Channel object, or returns the existing channel object.
- get(String,ChannelOptions) - function in io.ably.lib.realtime.AblyRealtime.Channels
- Creates a new Channel object, with the specified ChannelOptions, or returns the existing channel object.
- get(Object) - function in io.ably.lib.types.AblyRealtime.Channels
- get(Array) - function in io.ably.lib.realtime.Presence
- Retrieves the current members present on the channel and the metadata for each member,such as their io.ably.lib.types.PresenceMessage.Action and ID.
- get(boolean) - function in io.ably.lib.realtime.Presence
- Retrieves the current members present on the channel and the metadata for each member,such as their io.ably.lib.types.PresenceMessage.Action and ID.
- get(String,boolean) - function in io.ably.lib.realtime.Presence
- Retrieves the current members present on the channel and the metadata for each member,such as their io.ably.lib.types.PresenceMessage.Action and ID.
- get(String,String) - function in io.ably.lib.push.SharedPreferenceStorage
- Returns string value based on key from storage
- get(String,int) - function in io.ably.lib.push.SharedPreferenceStorage
- Returns integer value based on key from storage
- get(String) - function in io.ably.lib.push.PushBase.DeviceRegistrations
- Retrieves the DeviceDetails of a device registered to receive push notifications using its deviceId.
- get(String,String) - function in io.ably.lib.push.Storage
- Returns string value based on key from storage
- get(String,int) - function in io.ably.lib.push.Storage
- Returns integer value based on key from storage
- get(Object) - function in io.ably.lib.util.InternalMap
- get(Object) - function in io.ably.lib.types.InternalMap
- get(String) - function in io.ably.lib.objects.type.map.LiveMap
- Retrieves the value associated with the specified key.If this map object is tombstoned (deleted), null is returned.If no entry is associated with the specified key, null is returned.If map entry is tombstoned (deleted), null is returned.If the value associated with the provided key is an objectId string of another RealtimeObject, a reference tothat RealtimeObject is returned, provided it exists in the local pool and is not tombstoned.
- get() - function in io.ably.lib.http.BasePaginatedQuery
- Get the result of the first query
- get(String,Array,Array,HttpCore.ResponseHandler,boolean,Callback) - function in io.ably.lib.http.HttpScheduler
- Async HTTP GET for Ably host, with fallbacks
- get() - function in io.ably.lib.http.PaginatedQuery
- Get the result of the first query
- get(String,Array,Array,HttpCore.ResponseHandler,boolean,Callback) - function in io.ably.lib.http.AsyncHttpScheduler
- Async HTTP GET for Ably host, with fallbacks
- get(Callback) - function in io.ably.lib.http.AsyncPaginatedQuery
- Get the result of the first query
- get(String,Array,Array,HttpCore.ResponseHandler,boolean,Callback) - function in io.ably.lib.http.SyncHttpScheduler
- Async HTTP GET for Ably host, with fallbacks
- getAbly() - function in io.ably.lib.push.ActivationContext
- getActivationContext() - function in io.ably.lib.push.Push
- getActivationContext(Context) - function in io.ably.lib.push.ActivationContext
- getActivationContext(Context,AblyRest) - function in io.ably.lib.push.ActivationContext
- getActivationStateMachine() - function in io.ably.lib.push.ActivationContext
- getAlgorithm() - function in io.ably.lib.util.Crypto.EncryptingChannelCipher
- getAmount() - function in io.ably.lib.objects.type.counter.LiveCounterUpdate.Update
- Gets the amount by which the counter value was modified.
- getAnnotationResponseHandler(ChannelOptions) - function in io.ably.lib.types.AnnotationSerializer
- getApplicationContext() - function in io.ably.lib.platform.Platform
- getAsBinary() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the Binary value if this LiveMapValue represents a Binary.
- getAsBoolean() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the Boolean value if this LiveMapValue represents a Boolean.
- getAsJsonArray() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the JsonArray value if this LiveMapValue represents a JsonArray.
- getAsJsonObject() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the JsonObject value if this LiveMapValue represents a JsonObject.
- getAsLiveCounter() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the LiveCounter value if this LiveMapValue represents a LiveCounter.
- getAsLiveMap() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the LiveMap value if this LiveMapValue represents a LiveMap.
- getAsNumber() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the Number value if this LiveMapValue represents a Number.
- getAsString() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the String value if this LiveMapValue represents a String.
- getAsync(String,Array,Callback) - function in io.ably.lib.rest.RestAnnotations
- Asynchronously retrieves a paginated list of annotations associated with the specified message serial.
- getAsync(Message,Array,Callback) - function in io.ably.lib.rest.RestAnnotations
- getAsync(String,Callback) - function in io.ably.lib.rest.RestAnnotations
- Asynchronously retrieves a paginated list of annotations associated with the specified message serial.
- getAsync(Message,Callback) - function in io.ably.lib.rest.RestAnnotations
- getAsync(Array,Callback) - function in io.ably.lib.rest.ChannelBase.Presence
- Asynchronously retrieves the current members present on the channel and the metadata for each member,such as their io.ably.lib.types.PresenceMessage.Action and ID.
- getAsync(String,Array,Callback) - function in io.ably.lib.realtime.RealtimeAnnotations
- Asynchronously retrieves a paginated list of annotations associated with the specified message serial.
- getAsync(Message,Array,Callback) - function in io.ably.lib.realtime.RealtimeAnnotations
- See getAsync
- getAsync(String,Callback) - function in io.ably.lib.realtime.RealtimeAnnotations
- Asynchronously retrieves a paginated list of annotations associated with the specified message serial.
- getAsync(Message,Callback) - function in io.ably.lib.realtime.RealtimeAnnotations
- See getAsync
- getAsync(String,Callback) - function in io.ably.lib.push.PushBase.DeviceRegistrations
- Asynchronously retrieves the DeviceDetails of a device registered to receive push notifications using its deviceId.
- getAuthMethod() - function in io.ably.lib.rest.Auth
- Get the authentication method for this library instance.
- getAuthOptions() - function in io.ably.lib.rest.Auth
- Get (a copy of) auth options currently set in this Auth.
- getAuthorizationHeader() - function in io.ably.lib.rest.Auth
- getAuthorizationHeader(String,String,Array) - function in io.ably.lib.http.HttpAuth
- Get authorization header based on the last-received server nonce.
- getAuthParams() - function in io.ably.lib.rest.Auth
- Get query params representing the current authentication method and credentials.
- getBasicCredentials() - function in io.ably.lib.rest.Auth
- Get the credentials for HTTP basic auth, if available.
- getBulkPublishResponseHandler(int) - function in io.ably.lib.types.PublishResponse
- getCause() - function in java.lang.MessageDecodeException
- getCause() - function in java.lang.AblyException
- getCause() - function in java.lang.AblyException.HostFailedException
- getCause() - function in java.lang.HttpCore.AuthRequiredException
- getChannel(String) - function in io.ably.lib.objects.Adapter
- Retrieves the channel instance for the specified channel name.If the channel does not exist, an AblyException is thrown.
- getChannel(String) - function in io.ably.lib.objects.ObjectsAdapter
- Retrieves the channel instance for the specified channel name.If the channel does not exist, an AblyException is thrown.
- getChannelEvent() - function in io.ably.lib.realtime.ChannelState
- getChannelSerials() - function in io.ably.lib.types.RecoveryKeyContext
- getCipherParamsOrDefault() - function in io.ably.lib.types.ChannelOptions
- Internal; returns cipher params or generate default
- getClientOptions() - function in io.ably.lib.transport.ITransport.TransportParams
- getClientOptions() - function in io.ably.lib.objects.Adapter
- Retrieves the client options configured for the Ably client.Used to access client configuration parameters such as echoMessages settingthat affect the behavior of Objects operations.
- getClientOptions() - function in io.ably.lib.objects.ObjectsAdapter
- Retrieves the client options configured for the Ably client.Used to access client configuration parameters such as echoMessages settingthat affect the behavior of Objects operations.
- getConnectionEvent() - function in io.ably.lib.realtime.ConnectionState
- getConnectionKey() - function in io.ably.lib.types.RecoveryKeyContext
- getConnectionManager() - function in io.ably.lib.objects.Adapter
- Retrieves the connection manager for handling connection state and operations.Used to check connection status, obtain error information, and managemessage transmission across the Ably connection.
- getConnectionManager() - function in io.ably.lib.objects.ObjectsAdapter
- Retrieves the connection manager for handling connection state and operations.Used to check connection status, obtain error information, and managemessage transmission across the Ably connection.
- getConnectionState() - function in io.ably.lib.transport.ConnectionManager
- *******************states API
- getConnectParams(Array) - function in io.ably.lib.transport.ITransport.TransportParams
- getContentType() - function in io.ably.lib.http.HttpUtils.ByteArrayRequestBody
- getContentType() - function in io.ably.lib.http.HttpUtils.FormRequestBody
- getContentType() - function in io.ably.lib.http.HttpUtils.JsonRequestBody
- getContentType() - function in io.ably.lib.http.HttpCore.RequestBody
- getDefault() - function in javax.net.ssl.SafeSSLSocketFactory
- getDefaultCipherSuites() - function in io.ably.lib.transport.SafeSSLSocketFactory
- getDefaultCipherSuites() - function in javax.net.ssl.SafeSSLSocketFactory
- getDefaultParams() - function in io.ably.lib.util.Crypto
- Spec: RSE1
- getDefaultParams(Array) - function in io.ably.lib.util.Crypto
- Spec: RSE1
- getDefaultParams(String) - function in io.ably.lib.util.Crypto
- Spec: RSE1
- getDelta() - function in io.ably.lib.types.MessageExtras
- getDetails(StringBuilder) - function in io.ably.lib.types.Message
- Generate a String summary of this BaseMessage.
- getDetails(StringBuilder) - function in io.ably.lib.types.PresenceMessage
- Generate a String summary of this BaseMessage.
- getDetails(StringBuilder) - function in io.ably.lib.types.BaseMessage
- Generate a String summary of this BaseMessage.
- getDetails(StringBuilder) - function in io.ably.lib.types.Annotation
- Generate a String summary of this BaseMessage.
- getEncoded() - function in io.ably.lib.http.HttpUtils.ByteArrayRequestBody
- getEncoded() - function in io.ably.lib.http.HttpUtils.FormRequestBody
- getEncoded() - function in io.ably.lib.http.HttpUtils.JsonRequestBody
- getEncoded() - function in io.ably.lib.http.HttpCore.RequestBody
- getEncodedToken() - function in io.ably.lib.rest.Auth
- getEnvironmentFallbackHosts(String) - function in io.ably.lib.transport.Defaults
- getErrorInfo(Intent) - function in io.ably.lib.util.IntentUtils
- getFallback(String) - function in io.ably.lib.transport.Hosts
- Get next fallback host if any
- getFirst(Array,String) - function in io.ably.lib.types.Param
- getFormat() - function in io.ably.lib.types.DeltaExtras
- The delta format.
- getFrom() - function in io.ably.lib.types.DeltaExtras
- The id of the message the delta was generated from.Will never return null.
- getHeaderField(String) - function in io.ably.lib.http.HttpCore.Response
- getHeaderFields(String) - function in io.ably.lib.http.HttpCore.Response
- Returns the value of the named header field.
- getHost() - function in io.ably.lib.transport.WebSocketTransport
- getHost() - function in io.ably.lib.transport.ITransport
- getHost() - function in io.ably.lib.transport.ITransport.TransportParams
- getHost() - function in io.ably.lib.transport.ConnectionManager
- *******************host management
- getInstance(String) - function in io.ably.lib.objects.LiveObjectsPlugin
- Retrieves an instance of RealtimeObjects associated with the specified channel name.This method ensures that a RealtimeObjects instance is available for the given channel,creating one if it does not already exist.
- getLastMessageData() - function in io.ably.lib.types.DecodingContext
- getLocalDevice() - function in io.ably.lib.push.Push
- Retrieves a LocalDevice object that represents the current state of the device as a target for push notifications.
- getLocalDevice() - function in io.ably.lib.push.ActivationContext
- getLocalizedMessage() - function in java.lang.MessageDecodeException
- getLocalizedMessage() - function in java.lang.AblyException
- getLocalizedMessage() - function in java.lang.AblyException.HostFailedException
- getLocalizedMessage() - function in java.lang.HttpCore.AuthRequiredException
- getMask() - function in io.ably.lib.types.ProtocolMessage.Flag
- getMask() - function in io.ably.lib.types.ChannelMode
- getMessage() - function in java.lang.MessageDecodeException
- getMessage() - function in java.lang.AblyException
- getMessage() - function in java.lang.AblyException.HostFailedException
- getMessage(String) - function in io.ably.lib.rest.Channel
- Retrieves the latest version of a specific message by its serial identifier.
- getMessage(String) - function in io.ably.lib.rest.ChannelBase
- Retrieves the latest version of a specific message by its serial identifier.
- getMessage(Http,String) - function in io.ably.lib.rest.MessageEditsMixin
- Retrieves the latest version of a specific message by its serial identifier.
- getMessage(String) - function in io.ably.lib.realtime.Channel
- Retrieves the latest version of a specific message by its serial identifier.
- getMessage(String) - function in io.ably.lib.realtime.ChannelBase
- Retrieves the latest version of a specific message by its serial identifier.
- getMessage() - function in java.lang.HttpCore.AuthRequiredException
- getMessageAsync(String,Callback) - function in io.ably.lib.rest.Channel
- Asynchronously retrieves the latest version of a specific message by its serial identifier.
- getMessageAsync(String,Callback) - function in io.ably.lib.rest.ChannelBase
- Asynchronously retrieves the latest version of a specific message by its serial identifier.
- getMessageAsync(Http,String,Callback) - function in io.ably.lib.rest.MessageEditsMixin
- Asynchronously retrieves the latest version of a specific message by its serial identifier.
- getMessageAsync(String,Callback) - function in io.ably.lib.realtime.Channel
- Asynchronously retrieves the latest version of a specific message by its serial identifier.
- getMessageAsync(String,Callback) - function in io.ably.lib.realtime.ChannelBase
- Asynchronously retrieves the latest version of a specific message by its serial identifier.
- getMessageResponseHandler(ChannelOptions) - function in io.ably.lib.types.MessageSerializer
- **************************************BodyHandler
- getMessageVersions(String,Array) - function in io.ably.lib.rest.Channel
- Retrieves all historical versions of a specific message.
- getMessageVersions(String,Array) - function in io.ably.lib.rest.ChannelBase
- Retrieves all historical versions of a specific message.
- getMessageVersions(Http,String,Array) - function in io.ably.lib.rest.MessageEditsMixin
- Retrieves all historical versions of a specific message.
- getMessageVersions(String,Array) - function in io.ably.lib.realtime.Channel
- Retrieves all historical versions of a specific message.
- getMessageVersions(String,Array) - function in io.ably.lib.realtime.ChannelBase
- Retrieves all historical versions of a specific message.
- getMessageVersionsAsync(String,Array,Callback) - function in io.ably.lib.rest.Channel
- Asynchronously retrieves all historical versions of a specific message.
- getMessageVersionsAsync(String,Array,Callback) - function in io.ably.lib.rest.ChannelBase
- Asynchronously retrieves all historical versions of a specific message.
- getMessageVersionsAsync(Http,String,Array,Callback) - function in io.ably.lib.rest.MessageEditsMixin
- Asynchronously retrieves all historical versions of a specific message.
- getMessageVersionsAsync(String,Array,Callback) - function in io.ably.lib.realtime.Channel
- Asynchronously retrieves all historical versions of a specific message.
- getMessageVersionsAsync(String,Array,Callback) - function in io.ably.lib.realtime.ChannelBase
- Asynchronously retrieves all historical versions of a specific message.
- getModeFlags() - function in io.ably.lib.types.ChannelOptions
- getModes() - function in io.ably.lib.realtime.Channel
- getMsgSerial() - function in io.ably.lib.types.RecoveryKeyContext
- getNetworkConnectivity(Context) - function in io.ably.lib.platform.AndroidNetworkConnectivity
- getObjects() - function in io.ably.lib.realtime.Channel
- getObjects() - function in io.ably.lib.realtime.ChannelBase
- getOptions() - function in io.ably.lib.realtime.Channel
- getOptions() - function in io.ably.lib.realtime.ChannelBase
- getParam(Array,String) - function in io.ably.lib.http.HttpUtils
- getParams() - function in io.ably.lib.realtime.Channel
- getParams() - function in io.ably.lib.realtime.ChannelBase
- getParams(String,int) - function in io.ably.lib.util.Crypto
- getParams(String,Array) - function in io.ably.lib.util.Crypto
- getParams(String,Array,Array) - function in io.ably.lib.util.Crypto
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.CalledActivate
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.CalledDeactivate
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.GotPushDeviceDetails
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.GotDeviceRegistration
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.GettingDeviceRegistrationFailed
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.GettingPushDeviceDetailsFailed
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.RegistrationSynced
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.SyncRegistrationFailed
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.Deregistered
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.DeregistrationFailed
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.Event
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPersistedName() - function in io.ably.lib.push.ActivationStateMachine.ErrorEvent
- The name to be used when persisting this class, or null if this class should not be persisted.
- getPort(ClientOptions) - function in io.ably.lib.transport.Defaults
- getPort() - function in io.ably.lib.transport.ITransport.TransportParams
- getPreferredHost() - function in io.ably.lib.transport.Hosts
- Get preferred host name (taking into account any affinity to a fallback: see RSC15f)
- getPreferredHost() - function in io.ably.lib.http.HttpCore
- Gets host for this HTTP client
- getPresenceResponseHandler(ChannelOptions) - function in io.ably.lib.types.PresenceSerializer
- **************************************BodyHandler
- getPrimaryHost() - function in io.ably.lib.transport.Hosts
- Get primary host name
- getPrimaryHost() - function in io.ably.lib.http.HttpCore
- Gets host for this HTTP client
- getRandomId() - function in io.ably.lib.util.Crypto
- getRetryTime(long,int) - function in io.ably.lib.util.ReconnectionStrategy
- Spec: RTB1
- getRoot() - function in io.ably.lib.objects.RealtimeObjects
- Retrieves the root LiveMap object.When called without a type variable, we return a default root type which is based on globally defined interface for Objects feature.A user can provide an explicit type for the getRoot method to explicitly set the type structure on this particular channel.This is useful when working with multiple channels with different underlying data structure.
- getRootAsync(ObjectsCallback) - function in io.ably.lib.objects.RealtimeObjects
- Asynchronously retrieves the root LiveMap object.When called without a type variable, we return a default root type which is based on globally defined interface for Objects feature.A user can provide an explicit type for the getRoot method to explicitly set the type structure on this particular channel.This is useful when working with multiple channels with different underlying data structure.
- getSerializer() - function in io.ably.lib.objects.ObjectsHelper
- getSingleMessageResponseHandler(ChannelOptions) - function in io.ably.lib.types.MessageSerializer
- getStackTrace() - function in java.lang.MessageDecodeException
- getStackTrace() - function in java.lang.AblyException
- getStackTrace() - function in java.lang.AblyException.HostFailedException
- getStackTrace() - function in java.lang.HttpCore.AuthRequiredException
- getStateErrorInfo() - function in io.ably.lib.transport.ConnectionManager
- getSupportedCipherSuites() - function in io.ably.lib.transport.SafeSSLSocketFactory
- getSupportedCipherSuites() - function in javax.net.ssl.SafeSSLSocketFactory
- getSuppressed() - function in java.lang.MessageDecodeException
- getSuppressed() - function in java.lang.AblyException
- getSuppressed() - function in java.lang.AblyException.HostFailedException
- getSuppressed() - function in java.lang.HttpCore.AuthRequiredException
- getTime() - function in io.ably.lib.objects.Adapter
- Retrieves the current time in milliseconds from the Ably server.
- getTime() - function in io.ably.lib.objects.ObjectsAdapter
- Retrieves the current time in milliseconds from the Ably server.
- getTokenDetails() - function in io.ably.lib.rest.Auth
- getTokenRequest(Auth.TokenParams) - function in io.ably.lib.rest.Auth.TokenCallback
- getTransport(ITransport.TransportParams,ConnectionManager) - function in io.ably.lib.transport.WebSocketTransport.Factory
- Obtain and instance of this transport based on the specified options.
- getTransport(ITransport.TransportParams,ConnectionManager) - function in io.ably.lib.transport.WebSocketTransport.Factory
- Obtain and instance of this transport based on the specified options.
- getTransport(ITransport.TransportParams,ConnectionManager) - function in io.ably.lib.transport.ITransport.Factory
- Obtain and instance of this transport based on the specified options.
- getUpdate() - function in io.ably.lib.objects.type.map.LiveMapUpdate
- Gets the map of key changes that occurred in this update.
- getUpdate() - function in io.ably.lib.objects.type.counter.LiveCounterUpdate
- Gets the update information containing the amount of change.
- getUri(HttpCore,String,Array,Array,HttpCore.ResponseHandler) - function in io.ably.lib.http.HttpHelpers
- HTTP GET for non-Ably host
- getURL() - function in io.ably.lib.transport.WebSocketTransport
- Get connection URL
- getURL() - function in io.ably.lib.transport.ITransport
- Get connection URL
- getUrl(HttpCore,String) - function in io.ably.lib.http.HttpHelpers
- Simple HTTP GET; no auth, headers, returning response body as byte[]
- getUrlString(HttpCore,String) - function in io.ably.lib.http.HttpHelpers
- Simple HTTP GET; no auth, headers, returning response body as string
- getValue() - function in io.ably.lib.types.ProtocolMessage.Action
- getValue() - function in io.ably.lib.types.PresenceMessage.Action
- getValue() - function in io.ably.lib.objects.type.map.LiveMapValue
- Gets the underlying value.
- gsonToMsgpack(JsonElement) - function in io.ably.lib.util.Serialisation
- gsonToMsgpack(JsonElement,MessagePacker) - function in io.ably.lib.util.Serialisation