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
-
public class DebugOptions extends ClientOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDebugOptions.RawHttpListenerstatic interfaceDebugOptions.RawProtocolListener
-
Field Summary
Fields Modifier and Type Field Description DebugOptions.RawHttpListenerhttpListenerDebugOptions.RawProtocolListenerprotocolListenerITransport.FactorytransportFactory-
Fields inherited from class io.ably.lib.types.ClientOptions
addRequestIds, agents, asyncHttpThreadpoolSize, autoConnect, channelRetryTimeout, clientId, defaultTokenParams, echoMessages, environment, fallbackHosts, fallbackHostsUseDefault, fallbackRetryTimeout, headers, httpMaxRetryCount, httpOpenTimeout, httpRequestTimeout, idempotentRestPublishing, localStorage, logHandler, logLevel, port, proxy, pushFullWait, queueMessages, realtimeHost, realtimeRequestTimeout, recover, restHost, 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 Constructor Description DebugOptions()DebugOptions(java.lang.String key)
-
-
-
Field Detail
-
protocolListener
public DebugOptions.RawProtocolListener protocolListener
-
httpListener
public DebugOptions.RawHttpListener httpListener
-
transportFactory
public ITransport.Factory transportFactory
-
-
Constructor Detail
-
DebugOptions
public DebugOptions()
-
DebugOptions
public DebugOptions(java.lang.String key) throws AblyException- Throws:
AblyException
-
-