public interface QpackDecoderStateSyncStrategy
| Modifier and Type | Method and Description |
|---|---|
static QpackDecoderStateSyncStrategy |
ackEachInsert()
Returns a
QpackDecoderStateSyncStrategy that will acknowledge each entry added via
entryAdded(int) unless a prior sectionAcknowledged(int) call has implicitly acknowledged the
addition. |
boolean |
entryAdded(int insertCount)
When a header field entry is added to the decoder dynamic table.
|
void |
sectionAcknowledged(int requiredInsertCount)
Callback when an
encoded header field section is decoded successfully by the decoder.
|
void sectionAcknowledged(int requiredInsertCount)
requiredInsertCount - for the encoded field section.boolean entryAdded(int insertCount)
insertCount - for the entry.true if an insert count
increment decoder instruction should be sent.static QpackDecoderStateSyncStrategy ackEachInsert()
QpackDecoderStateSyncStrategy that will acknowledge each entry added via
entryAdded(int) unless a prior sectionAcknowledged(int) call has implicitly acknowledged the
addition.QpackDecoderStateSyncStrategy that will acknowledge each entry added via
entryAdded(int) unless a prior sectionAcknowledged(int) call has implicitly acknowledged the
addition.Copyright © 2020–2024 The Netty Project. All rights reserved.