Uses of Class
org.eclipse.jetty.http3.qpack.QpackException
-
Uses of QpackException in org.eclipse.jetty.http3.qpack
Modifier and TypeClassDescriptionstatic class
A Session QPACK Exception.static class
A Stream QPACK exception.Modifier and TypeMethodDescriptionboolean
QpackDecoder.decode
(long streamId, ByteBuffer buffer, QpackDecoder.Handler handler) Decode a buffer into aMetaData
object given a HTTP/3 stream ID.void
QpackEncoder.encode
(ByteBuffer buffer, long streamId, MetaData metadata) Encodes aMetaData
object into the suppliedByteBuffer
for a specific HTTP/s stream.void
QpackEncoder.parseInstructions
(ByteBuffer buffer) Parse instructions from the Decoder stream.