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