Uses of Interface
io.netty.handler.codec.quic.QuicConnectionStats
Packages that use QuicConnectionStats
-
Uses of QuicConnectionStats in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return types with arguments of type QuicConnectionStatsModifier and TypeMethodDescriptiondefault Future<QuicConnectionStats> QuicChannel.collectStats()Collects statistics about the connection and notifies theFutureonce done.QuicChannel.collectStats(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 QuicConnectionStatsModifier and TypeMethodDescriptionQuicChannel.collectStats(Promise<QuicConnectionStats> promise) Collects statistics about the connection and notifies thePromiseonce done.