public class ConnectionDetails
extends java.lang.Object
Connection,
such as if a request to ChannelBase.publish(java.lang.String, java.lang.Object) a message that exceeds the maximum message size should
be rejected immediately without communicating with Ably.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
clientId
Contains the client ID assigned to the token.
|
java.lang.String |
connectionKey
The connection secret key string that is used to resume a connection and its state.
|
java.lang.Long |
connectionStateTtl
The duration that Ably will persist the connection state for when a Realtime client is abruptly disconnected.
|
java.lang.Long |
maxFrameSize
Overrides the default maxFrameSize.
|
java.lang.Long |
maxIdleInterval
The maximum length of time in milliseconds that the server will allow no activity to occur in the server to client direction.
|
java.lang.Long |
maxInboundRate
The maximum allowable number of requests per second from a client or Ably.
|
java.lang.Long |
maxMessageSize
The maximum message size is an attribute of an Ably account and enforced by Ably servers.
|
java.lang.Long |
maxOutboundRate |
java.lang.String |
serverId
A unique identifier for the front-end server that the client has connected to.
|
public java.lang.String clientId
Spec: RSA12a, CD2a
public java.lang.String connectionKey
Spec: RTN15e, CD2b
public java.lang.String serverId
Spec: CD2g
public java.lang.Long maxMessageSize
Spec: CD2c
public java.lang.Long maxInboundRate
Spec: CD2e
public java.lang.Long maxOutboundRate
public java.lang.Long maxFrameSize
Spec: CD2d
public java.lang.Long maxIdleInterval
Spec: CD2h
public java.lang.Long connectionStateTtl
Spec: CD2f, RTN14e, DF1a