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 interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionio.ably.lib.network.HttpEngineio.ably.lib.network.WebSocketEngineFactoryFields 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, useBinaryProtocolFields 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
-
httpEngine
public io.ably.lib.network.HttpEngine httpEngine -
webSocketEngineFactory
public io.ably.lib.network.WebSocketEngineFactory webSocketEngineFactory -
clock
-
-
Constructor Details
-
DebugOptions
public DebugOptions() -
DebugOptions
- Throws:
AblyException
-
-
Method Details
-
copy
Description copied from class:ClientOptionsInternal method- Overrides:
-
copyin classClientOptions - Returns:
- copy of client options
-