Uses of Interface
io.netty.handler.codec.quic.QuicConnectionPathStats
Packages that use QuicConnectionPathStats
-
Uses of QuicConnectionPathStats in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return types with arguments of type QuicConnectionPathStatsModifier and TypeMethodDescriptiondefault Future<QuicConnectionPathStats> QuicChannel.collectPathStats(int pathIdx) Collects statistics about the path of the connection and notifies theFutureonce done.QuicChannel.collectPathStats(int pathIdx, Promise<QuicConnectionPathStats> promise) Collects statistics about the path of the connection and notifies thePromiseonce done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicConnectionPathStatsModifier and TypeMethodDescriptionQuicChannel.collectPathStats(int pathIdx, Promise<QuicConnectionPathStats> promise) Collects statistics about the path of the connection and notifies thePromiseonce done.