| Modifier and Type | Method and Description |
|---|---|
default io.netty.util.concurrent.Future<QuicConnectionPathStats> |
QuicChannel.collectPathStats(int pathIdx)
Collects statistics about the path of the connection and notifies the
Future once done. |
io.netty.util.concurrent.Future<QuicConnectionPathStats> |
QuicChannel.collectPathStats(int pathIdx,
io.netty.util.concurrent.Promise<QuicConnectionPathStats> promise)
Collects statistics about the path of the connection and notifies the
Promise once done. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<QuicConnectionPathStats> |
QuicChannel.collectPathStats(int pathIdx,
io.netty.util.concurrent.Promise<QuicConnectionPathStats> promise)
Collects statistics about the path of the connection and notifies the
Promise once done. |
Copyright © 2020-2024 The Netty Project. All Rights Reserved.