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.Object
Contains 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() -
Method Summary
-
Field Details
-
all
AStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).Spec: TS4c
-
plain
AStats.ResourceCountobject containing a breakdown of usage by scope over non-TLS connections.Spec: TS4b
-
tls
AStats.ResourceCountobject containing a breakdown of usage by scope over TLS connections.Spec: TS4a
-
-
Constructor Details
-
ConnectionTypes
public ConnectionTypes()
-