Home Previous Up Next Index

IceMX::ConnectionMetrics

Overview

class ConnectionMetrics extends Metrics

Provides information on the data sent and received over Ice connections.

Data Members

long receivedBytes;

The number of bytes received by the connection.

long sentBytes;

The number of bytes sent by the connection.


Home Previous Up Next Index