Package software.amazon.awssdk.crt.http
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetReceiveEndTimestampNs()longgetReceiveStartTimestampNs()longgetReceivingDurationNs()longgetSendEndTimestampNs()longgetSendingDurationNs()longgetSendStartTimestampNs()intgetStreamId()StringtoString() 
 - 
 
- 
- 
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()
 
 - 
 
 -