Interface HttpTransportMetrics

All Known Subinterfaces:
H2TransportMetrics
All Known Implementing Classes:
BasicH2TransportMetrics, BasicHttpTransportMetrics

public interface HttpTransportMetrics
Transport level metrics.
Since:
4.0
  • Method Summary

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

    • getBytesTransferred

      long getBytesTransferred()
      Returns the number of bytes transferred.