Class SessionConnectionStatistics.Global

java.lang.Object
com.iizix.comm.statistics.SessionConnectionStatistics.Global
All Implemented Interfaces:
Cloneable
Enclosing class:
SessionConnectionStatistics

public static final class SessionConnectionStatistics.Global extends Object implements Cloneable
The cloneable global values class for the server.
  • Method Details Link icon

    • getBytesSent Link icon

      public long getBytesSent()
      Gets the size of data sent.
    • getBytesReceived Link icon

      public long getBytesReceived()
      Gets the size of data received.
    • getTransactionsSent Link icon

      public long getTransactionsSent()
      Gets the count of transactions sent.
    • getTransactionsReceived Link icon

      public long getTransactionsReceived()
      Gets the count of transactions received.