Uses of Interface
io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
Packages that use QpackDecoderStateSyncStrategy Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of QpackDecoderStateSyncStrategy in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return QpackDecoderStateSyncStrategy Modifier and Type Method Description static QpackDecoderStateSyncStrategy
QpackDecoderStateSyncStrategy. ackEachInsert()
Returns aQpackDecoderStateSyncStrategy
that will acknowledge each entry added viaentryAdded(int)
unless a priorsectionAcknowledged(int)
call has implicitly acknowledged the addition.
-