Interface NetworkStats


@Immutable public interface NetworkStats
  • Method Details

    • rxBytes

      Long rxBytes()
    • rxPackets

      Long rxPackets()
    • rxDropped

      Long rxDropped()
    • rxErrors

      Long rxErrors()
    • txBytes

      Long txBytes()
    • txPackets

      Long txPackets()
    • txDropped

      Long txDropped()
    • txErrors

      Long txErrors()