module Ably
MessageEncoders are registered with the Ably
client library and are responsible for encoding & decoding messages.
For example, if a message body is detected as JSON, it is encoded as a String and the encoding attribute of the message is defined as ‘json’. Encrypted messages are encoded & decoded by the Cipher encoder.
Ably
is the base namespace for the Ably
{Ably::Realtime Realtime} & {Ably::Rest Rest} client libraries.
Please refer to the {file:README.md Readme} on getting started.
@see file:README.md README
This file is generated by running ‘rake :generate_error_codes` Do not manually modify this file Generated at: 2018-09-18 18:28:58 UTC
Constants
- AGENT
- CUSTOM_ENVIRONMENT_FALLBACKS_SUFFIXES
-
Custom environment default fallbacks {ENV}-a-fallback.ably-realtime.com … {ENV}-a-fallback.ably-realtime.com
- FALLBACK_DOMAIN
-
Fallback hosts to use when a connection to rest/realtime.ably.io is not possible due to network failures either at the client, between the client and
Ably
, within anAbly
data center, or at the IO domain registrar see ably.com/docs/client-lib-development-guide/features/#RSC15a - FALLBACK_HOSTS
-
Default production fallbacks a.ably-realtime.com … e.ably-realtime.com
- FALLBACK_IDS
- INTERNET_CHECK
- PROTOCOL_VERSION
-
The level of compatibility with the
Ably
service that this SDK supports. Also referred to as the ‘wire protocol version’. spec : CSV2 - VERSION