Uses of Interface
io.netty.handler.codec.quic.QuicConnectionStats
-
-
Uses of QuicConnectionStats in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return types with arguments of type QuicConnectionStats Modifier and Type Method Description default io.netty.util.concurrent.Future<QuicConnectionStats>QuicChannel. collectStats()Collects statistics about the connection and notifies theFutureonce done.io.netty.util.concurrent.Future<QuicConnectionStats>QuicChannel. collectStats(io.netty.util.concurrent.Promise<QuicConnectionStats> promise)Collects statistics about the connection and notifies thePromiseonce done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicConnectionStats Modifier and Type Method Description io.netty.util.concurrent.Future<QuicConnectionStats>QuicChannel. collectStats(io.netty.util.concurrent.Promise<QuicConnectionStats> promise)Collects statistics about the connection and notifies thePromiseonce done.
-