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