![]() |
Speedify SDK for Android
15.3.0
|
Statistics for a period.
Public Attributes | |
long | period |
period the time period this stat covers, in hours, PERIOD_CURRENT for current, PERIOD_TOTAL for total More... | |
long | bytesReceived |
bytes received this period More... | |
long | bytesSent |
bytes sent this period More... | |
long | encryptedBytesReceived |
encrypted bytes received this period More... | |
long | encryptedBytesSent |
encrypted bytes sent this period More... | |
double | maxDownloadSpeed |
maximum download speed this period, megabits per second More... | |
double | maxUploadSpeed |
maximum upload speed this period, megabits per second More... | |
int | daysSinceFirst |
days since first connection More... | |
long | numFailovers |
connection failovers this period More... | |
long | numSessions |
total number of sessions this period More... | |
long | retransBytes |
bytes retransmitted this period More... | |
long | periodStartTime |
start time of this period, in seconds since epoch More... | |
long | totalConnectedMinutes |
minutes connected this period More... | |
double | mbpsDownBenefit |
extra download bandwidth acheived this period, in megabits per second More... | |
double | mbpsUpBenefit |
extra upload bandwidth acheived this period, in megabits per second More... | |
TunStats | tunStats |
Contains stats regarding the TUN this period. More... | |
HandlerStats | handlerStats |
Contains stats regarding the packet handler this period, only available on PERIOD_CURRENT. More... | |
CaptivePortalStats | captivePortalStats |
Contains stats regarding captive portals this period. More... | |
StreamingSessionStats | streamingStats |
Contains stats regarding streaming mode this period. More... | |
long com.speedify.speedifysdk.Types.SessionStats.bytesReceived |
bytes received this period
long com.speedify.speedifysdk.Types.SessionStats.bytesSent |
bytes sent this period
CaptivePortalStats com.speedify.speedifysdk.Types.SessionStats.captivePortalStats |
Contains stats regarding captive portals this period.
int com.speedify.speedifysdk.Types.SessionStats.daysSinceFirst |
days since first connection
long com.speedify.speedifysdk.Types.SessionStats.encryptedBytesReceived |
encrypted bytes received this period
long com.speedify.speedifysdk.Types.SessionStats.encryptedBytesSent |
encrypted bytes sent this period
HandlerStats com.speedify.speedifysdk.Types.SessionStats.handlerStats |
Contains stats regarding the packet handler this period, only available on PERIOD_CURRENT.
double com.speedify.speedifysdk.Types.SessionStats.maxDownloadSpeed |
maximum download speed this period, megabits per second
double com.speedify.speedifysdk.Types.SessionStats.maxUploadSpeed |
maximum upload speed this period, megabits per second
double com.speedify.speedifysdk.Types.SessionStats.mbpsDownBenefit |
extra download bandwidth acheived this period, in megabits per second
double com.speedify.speedifysdk.Types.SessionStats.mbpsUpBenefit |
extra upload bandwidth acheived this period, in megabits per second
long com.speedify.speedifysdk.Types.SessionStats.numFailovers |
connection failovers this period
long com.speedify.speedifysdk.Types.SessionStats.numSessions |
total number of sessions this period
long com.speedify.speedifysdk.Types.SessionStats.period |
period the time period this stat covers, in hours, PERIOD_CURRENT for current, PERIOD_TOTAL for total
long com.speedify.speedifysdk.Types.SessionStats.periodStartTime |
start time of this period, in seconds since epoch
long com.speedify.speedifysdk.Types.SessionStats.retransBytes |
bytes retransmitted this period
StreamingSessionStats com.speedify.speedifysdk.Types.SessionStats.streamingStats |
Contains stats regarding streaming mode this period.
long com.speedify.speedifysdk.Types.SessionStats.totalConnectedMinutes |
minutes connected this period
TunStats com.speedify.speedifysdk.Types.SessionStats.tunStats |
Contains stats regarding the TUN this period.