Class EncodedFieldSection
java.lang.Object
org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEncodedFieldSection
(long streamId, QpackDecoder.Handler handler, int requiredInsertCount, int base, ByteBuffer content) -
Method Summary
-
Constructor Details
-
EncodedFieldSection
public EncodedFieldSection(long streamId, QpackDecoder.Handler handler, int requiredInsertCount, int base, ByteBuffer content) throws QpackException - Throws:
QpackException
-
-
Method Details
-
getStreamId
public long getStreamId() -
getHandler
-
getRequiredInsertCount
public int getRequiredInsertCount() -
decode
- Throws:
QpackException
-