public static class Stats.ConnectionTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Stats.ResourceCount |
all
A
Stats.ResourceCount object containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS). |
Stats.ResourceCount |
plain
A
Stats.ResourceCount object containing a breakdown of usage by scope over non-TLS connections. |
Stats.ResourceCount |
tls
A
Stats.ResourceCount object containing a breakdown of usage by scope over TLS connections. |
| Constructor and Description |
|---|
ConnectionTypes() |
public Stats.ResourceCount all
Stats.ResourceCount object containing a breakdown of usage by scope over TLS connections (both TLS and non-TLS).
Spec: TS4c
public Stats.ResourceCount plain
Stats.ResourceCount object containing a breakdown of usage by scope over non-TLS connections.
Spec: TS4b
public Stats.ResourceCount tls
Stats.ResourceCount object containing a breakdown of usage by scope over TLS connections.
Spec: TS4a