Interface HttpTransportMetrics

All Known Implementing Classes:
HttpTransportMetricsImpl

public interface HttpTransportMetrics
The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of bytes transferred.
    void
    Resets the counts
  • Method Details

    • getBytesTransferred

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

      void reset()
      Resets the counts