Interface HttpTransportMetrics

All Known Implementing Classes:
HttpTransportMetricsImpl

public interface HttpTransportMetrics
  • Method Summary

    Modifier and Type Method Description
    long getBytesTransferred()
    Returns the number of bytes trasferred.
    void reset()
    Resets the counts
  • Method Details

    • getBytesTransferred

      long getBytesTransferred()
      Returns the number of bytes trasferred.
    • reset

      void reset()
      Resets the counts