Package software.amazon.awssdk.crt.http
Class HttpStreamMetrics
java.lang.Object
software.amazon.awssdk.crt.http.HttpStreamMetrics
Holds tracing metrics for an HTTP stream. Maps to `struct aws_http_stream_metrics` in **aws-c-http**'s
**request_response.h**.
-
Method Summary
-
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
-