Uses of Interface
io.netty.handler.codec.quic.QuicConnectionPathStats
-
-
Uses of QuicConnectionPathStats in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return types with arguments of type QuicConnectionPathStats Modifier and Type Method Description default io.netty.util.concurrent.Future<QuicConnectionPathStats>QuicChannel. collectPathStats(int pathIdx)Collects statistics about the path of the connection and notifies theFutureonce 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 thePromiseonce done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicConnectionPathStats Modifier and Type Method 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 thePromiseonce done.
-