Package org.eclipse.jetty.http3.qpack
Interface Instruction
public interface Instruction
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A handler for instructions issued by anQpackEncoder
orQpackDecoder
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(ByteBufferPool byteBufferPool, ByteBufferPool.Accumulator accumulator)
-
Method Details
-
encode
-