Uses of Interface
io.netty.handler.codec.quic.QuicConnectionPathStats
-
Packages that use QuicConnectionPathStats Package Description io.netty.handler.codec.quic QUIC implementation -
-
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 Future<QuicConnectionPathStats>
QuicChannel. collectPathStats(int pathIdx)
Collects statistics about the path of the connection and notifies theFuture
once done.Future<QuicConnectionPathStats>
QuicChannel. collectPathStats(int pathIdx, Promise<QuicConnectionPathStats> promise)
Collects statistics about the path of the connection and notifies thePromise
once done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicConnectionPathStats Modifier and Type Method Description Future<QuicConnectionPathStats>
QuicChannel. collectPathStats(int pathIdx, Promise<QuicConnectionPathStats> promise)
Collects statistics about the path of the connection and notifies thePromise
once done.
-