Package io.ably.lib.types
Class Stats.ConnectionTypes
java.lang.Object
io.ably.lib.types.Stats.ConnectionTypes
- Enclosing class:
- Stats
Contains a breakdown of summary stats data for different (TLS vs non-TLS) connection types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAStats.ResourceCount
object containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).AStats.ResourceCount
object containing a breakdown of usage by scope over non-TLS connections.AStats.ResourceCount
object containing a breakdown of usage by scope over TLS connections. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
all
AStats.ResourceCount
object containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).Spec: TS4c
-
plain
AStats.ResourceCount
object containing a breakdown of usage by scope over non-TLS connections.Spec: TS4b
-
tls
AStats.ResourceCount
object containing a breakdown of usage by scope over TLS connections.Spec: TS4a
-
-
Constructor Details
-
ConnectionTypes
public ConnectionTypes()
-