public class StatsReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HttpCore.BodyHandler<Stats> |
statsResponseHandler |
| Constructor and Description |
|---|
StatsReader() |
| Modifier and Type | Method and Description |
|---|---|
static Stats[] |
readJson(byte[] jsonBytes) |
static Stats[] |
readJson(java.lang.String packed) |
public static HttpCore.BodyHandler<Stats> statsResponseHandler
public static Stats[] readJson(byte[] jsonBytes) throws AblyException
AblyExceptionpublic static Stats[] readJson(java.lang.String packed) throws AblyException
AblyException