Package io.ably.lib.types
Class Stats.ConnectionTypes
- java.lang.Object
-
- io.ably.lib.types.Stats.ConnectionTypes
-
- Enclosing class:
- Stats
public static class Stats.ConnectionTypes extends java.lang.ObjectContains a breakdown of summary stats data for different (TLS vs non-TLS) connection types.
-
-
Field Summary
Fields Modifier and Type Field Description Stats.ResourceCountallAStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).Stats.ResourceCountplainAStats.ResourceCountobject containing a breakdown of usage by scope over non-TLS connections.Stats.ResourceCounttlsAStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections.
-
Constructor Summary
Constructors Constructor Description ConnectionTypes()
-
-
-
Field Detail
-
all
public Stats.ResourceCount all
AStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).Spec: TS4c
-
plain
public Stats.ResourceCount plain
AStats.ResourceCountobject containing a breakdown of usage by scope over non-TLS connections.Spec: TS4b
-
tls
public Stats.ResourceCount tls
AStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections.Spec: TS4a
-
-