Package io.ably.lib.debug
Class DebugOptions
java.lang.Object
io.ably.lib.rest.Auth.AuthOptions
io.ably.lib.types.ClientOptions
io.ably.lib.debug.DebugOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class io.ably.lib.types.ClientOptions
addRequestIds, agents, asyncHttpThreadpoolSize, autoConnect, channelRetryTimeout, clientId, defaultTokenParams, disconnectedRetryTimeout, echoMessages, environment, fallbackHosts, fallbackHostsUseDefault, fallbackRetryTimeout, headers, httpMaxRetryCount, httpMaxRetryDuration, httpOpenTimeout, httpRequestTimeout, idempotentRestPublishing, localStorage, logHandler, logLevel, port, proxy, pushFullWait, queueMessages, realtimeHost, realtimeRequestTimeout, recover, restHost, suspendedRetryTimeout, tls, tlsPort, transportParams, useBinaryProtocol
Fields inherited from class io.ably.lib.rest.Auth.AuthOptions
authCallback, authHeaders, authMethod, authParams, authUrl, key, queryTime, token, tokenDetails, useTokenAuth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ably.lib.types.ClientOptions
clearAuthOptions
-
Field Details
-
protocolListener
-
httpListener
-
transportFactory
-
-
Constructor Details
-
DebugOptions
public DebugOptions() -
DebugOptions
- Throws:
AblyException
-
-
Method Details
-
copy
Description copied from class:ClientOptions
Internal method- Overrides:
-
copy
in classClientOptions
- Returns:
- copy of client options
-