Package org.eclipse.jetty.http3.qpack
Interface Instruction.Handler
-
- Enclosing interface:
- Instruction
public static interface Instruction.Handler
A handler for instructions issued by an
QpackEncoder
orQpackDecoder
.Note: an encoder SHOULD NOT write an instruction unless sufficient stream and connection flow control credit is available for the entire instruction, otherwise a stream containing a large instruction can become deadlocked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInstructions(java.util.List<Instruction> instructions)
-
-
-
Method Detail
-
onInstructions
void onInstructions(java.util.List<Instruction> instructions)
-
-