Class HttpStreamMetrics


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

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object