Class HttpStreamMetrics

java.lang.Object
software.amazon.awssdk.crt.http.HttpStreamMetrics

public class HttpStreamMetrics extends Object
Holds tracing metrics for an HTTP stream. Maps to `struct aws_http_stream_metrics` in **aws-c-http**'s **request_response.h**.
  • Method Details

    • getSendStartTimestampNs

      public long getSendStartTimestampNs()
    • getSendEndTimestampNs

      public long getSendEndTimestampNs()
    • getSendingDurationNs

      public long getSendingDurationNs()
    • getReceiveStartTimestampNs

      public long getReceiveStartTimestampNs()
    • getReceiveEndTimestampNs

      public long getReceiveEndTimestampNs()
    • getReceivingDurationNs

      public long getReceivingDurationNs()
    • getStreamId

      public int getStreamId()
    • toString

      public String toString()
      Overrides:
      toString in class Object