Interface Instruction.Handler

All Known Implementing Classes:
InstructionHandler
Enclosing interface:
Instruction

public static interface Instruction.Handler

A handler for instructions issued by an QpackEncoder or QpackDecoder.

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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details