- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
recv
long recv()
- Returns:
- The number of QUIC packets received on the connection.
-
sent
long sent()
- Returns:
- The number of QUIC packets sent on this connection.
-
lost
long lost()
- Returns:
- The number of QUIC packets that were lost.
-
rttNanos
long rttNanos()
- Returns:
- The estimated round-trip time of the connection in nanoseconds.
-
congestionWindow
long congestionWindow()
- Returns:
- The size of the connection's congestion window in bytes.
-
deliveryRate
long deliveryRate()
- Returns:
- The estimated data delivery rate in bytes/s.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020-2022 The Netty Project. All Rights Reserved.