![]() |
Speedify SDK for Android 16.1.1
|
Statistics about a connection. More...
Public Attributes | |
| long | inFlight |
| bytes currently in flight | |
| long | inFlightWindow |
| inflight window, bytes | |
| boolean | connected |
| is connected | |
| boolean | sleeping |
| is sleeping. | |
| String | adapterID |
| Adapter unique ID. | |
| String | connectionID |
| Connection identifier. | |
| String | localIp |
| internet facing ip address of the adapter. | |
| double | lossReceive |
| receive loss ratio (0.0-1.0) | |
| double | lossSend |
| send loss ratio (0.0-1.0) | |
| long | latencyMs |
| latency, milliseconds | |
| String | privateIp |
| local ip address of the adapter. | |
| TransportMode | protocol |
| protocol used for the tunnel. | |
| int | numberOfSockets |
| Number of active sockets for this connection. | |
| String | remoteIp |
| internet facing ip address of the tunnel. | |
| long | totalBps |
| bits per second through this tunnel | |
| long | sendBps |
| bits per second sent through this tunnel. | |
| long | receiveBps |
| bits per second received through this tunnel. | |
| double | sendEstimateMbps |
| estimated maximum megabits per second send. | |
| double | receiveEstimateMbps |
| estimated maximum megabits per second received. | |
| long | jitterMs |
| Jitter, in milliseconds. | |
| double | mos |
| Mean Opinion Score, 1-5. | |
| long | sendBytes |
| bytes sent. | |
| long | receiveBytes |
| Bytes received. | |
Statistics about a connection.
There is one of these per socket that Speedify creates to make the VPN. Each one is bound to run over a single one of your internet connections. It's possible for there to be more than one on a single internet connection.
| String adapterID |
Adapter unique ID.
| boolean connected |
is connected
| String connectionID |
Connection identifier.
Not available on historic tunnel stat updates.
| long inFlight |
bytes currently in flight
Not available on 'speedify' adapter.
| long inFlightWindow |
inflight window, bytes
Not available on 'speedify' adapter.
| long jitterMs |
Jitter, in milliseconds.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| long latencyMs |
latency, milliseconds
| String localIp |
internet facing ip address of the adapter.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| double lossReceive |
receive loss ratio (0.0-1.0)
Not available on 'speedify' adapter.
| double lossSend |
send loss ratio (0.0-1.0)
Not available on 'speedify' adapter.
| double mos |
Mean Opinion Score, 1-5.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| int numberOfSockets |
Number of active sockets for this connection.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| String privateIp |
local ip address of the adapter.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| TransportMode protocol |
protocol used for the tunnel.
Not available on 'speedify' adapter.
| long receiveBps |
bits per second received through this tunnel.
| long receiveBytes |
Bytes received.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| double receiveEstimateMbps |
estimated maximum megabits per second received.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| String remoteIp |
internet facing ip address of the tunnel.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| long sendBps |
bits per second sent through this tunnel.
| long sendBytes |
bytes sent.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| double sendEstimateMbps |
estimated maximum megabits per second send.
Not available on historic tunnel stat updates. Not available on 'speedify' adapter.
| boolean sleeping |
is sleeping.
Used on Cellular connections to improve battery life.
| long totalBps |
bits per second through this tunnel