Uses of Class
org.eclipse.jetty.http3.qpack.QpackException
Packages that use QpackException
-
Uses of QpackException in org.eclipse.jetty.http3.qpack
Subclasses of QpackException in org.eclipse.jetty.http3.qpackModifier and TypeClassDescriptionstatic class
A Session QPACK Exception.static class
A Stream QPACK exception.Methods in org.eclipse.jetty.http3.qpack that throw QpackExceptionModifier 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.