Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.SessionStats Class Reference

Detailed Description

Statistics for a period.

Since
5.6

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...
 

Member Data Documentation

◆ bytesReceived

long com.speedify.speedifysdk.Types.SessionStats.bytesReceived

bytes received this period

Since
5.6

◆ bytesSent

long com.speedify.speedifysdk.Types.SessionStats.bytesSent

bytes sent this period

Since
5.6

◆ captivePortalStats

CaptivePortalStats com.speedify.speedifysdk.Types.SessionStats.captivePortalStats

Contains stats regarding captive portals this period.

Since
9.5

◆ daysSinceFirst

int com.speedify.speedifysdk.Types.SessionStats.daysSinceFirst

days since first connection

Since
5.6

◆ encryptedBytesReceived

long com.speedify.speedifysdk.Types.SessionStats.encryptedBytesReceived

encrypted bytes received this period

Since
9.5

◆ encryptedBytesSent

long com.speedify.speedifysdk.Types.SessionStats.encryptedBytesSent

encrypted bytes sent this period

Since
9.5

◆ handlerStats

HandlerStats com.speedify.speedifysdk.Types.SessionStats.handlerStats

Contains stats regarding the packet handler this period, only available on PERIOD_CURRENT.

Since
8.0

◆ maxDownloadSpeed

double com.speedify.speedifysdk.Types.SessionStats.maxDownloadSpeed

maximum download speed this period, megabits per second

Since
9.5

◆ maxUploadSpeed

double com.speedify.speedifysdk.Types.SessionStats.maxUploadSpeed

maximum upload speed this period, megabits per second

Since
9.5

◆ mbpsDownBenefit

double com.speedify.speedifysdk.Types.SessionStats.mbpsDownBenefit

extra download bandwidth acheived this period, in megabits per second

Since
5.6

◆ mbpsUpBenefit

double com.speedify.speedifysdk.Types.SessionStats.mbpsUpBenefit

extra upload bandwidth acheived this period, in megabits per second

Since
5.6

◆ numFailovers

long com.speedify.speedifysdk.Types.SessionStats.numFailovers

connection failovers this period

Since
5.6

◆ numSessions

long com.speedify.speedifysdk.Types.SessionStats.numSessions

total number of sessions this period

Since
5.6

◆ 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

Since
10.0

◆ periodStartTime

long com.speedify.speedifysdk.Types.SessionStats.periodStartTime

start time of this period, in seconds since epoch

Since
9.5

◆ retransBytes

long com.speedify.speedifysdk.Types.SessionStats.retransBytes

bytes retransmitted this period

Since
5.6

◆ streamingStats

StreamingSessionStats com.speedify.speedifysdk.Types.SessionStats.streamingStats

Contains stats regarding streaming mode this period.

Since
10.0

◆ totalConnectedMinutes

long com.speedify.speedifysdk.Types.SessionStats.totalConnectedMinutes

minutes connected this period

Since
5.6

◆ tunStats

TunStats com.speedify.speedifysdk.Types.SessionStats.tunStats

Contains stats regarding the TUN this period.

Since
8.0

The documentation for this class was generated from the following file: