public interface QuicConnectionStats
QUIC connection. If unknown by the implementation it might return -1 values
for the various methods.| Modifier and Type | Method and Description |
|---|---|
long |
lost() |
long |
lostBytes() |
long |
pathsCount() |
long |
recv() |
long |
recvBytes() |
long |
retrans() |
long |
sent() |
long |
sentBytes() |
long |
streamRetransBytes() |
long recv()
long sent()
long lost()
long retrans()
long sentBytes()
long recvBytes()
long lostBytes()
long streamRetransBytes()
long pathsCount()
Copyright © 2020-2023 The Netty Project. All Rights Reserved.