Interface Instruction


public interface Instruction
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A handler for instructions issued by an QpackEncoder or QpackDecoder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encode(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator)
     
  • Method Details

    • encode

      void encode(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, org.eclipse.jetty.io.ByteBufferPool.Accumulator accumulator)