Uses of Interface
io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
Packages that use QpackDecoderStateSyncStrategy
-
Uses of QpackDecoderStateSyncStrategy in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return QpackDecoderStateSyncStrategyModifier and TypeMethodDescriptionQpackDecoderStateSyncStrategy.ackEachInsert()Returns aQpackDecoderStateSyncStrategythat will acknowledge each entry added viaQpackDecoderStateSyncStrategy.entryAdded(int)unless a priorQpackDecoderStateSyncStrategy.sectionAcknowledged(int)call has implicitly acknowledged the addition.