Index

D E G H I N O P Q S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

decode(long, ByteBuffer, QpackDecoder.Handler) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Decode a buffer into a MetaData object given a HTTP/3 stream ID.
DO_NOT_HUFFMAN - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
DO_NOT_INDEX - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 

E

encode(ByteBuffer, long, MetaData) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Encodes a MetaData object into the supplied ByteBuffer for a specific HTTP/s stream.
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in interface org.eclipse.jetty.http3.qpack.Instruction
 

G

getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 
getErrorCode() - Method in exception class org.eclipse.jetty.http3.qpack.QpackException
 
getHttpVersion() - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 
getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 

H

H3_GENERAL_PROTOCOL_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 

I

insert(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
A speculative insert of a Header into the Encoders Dynamic Table.
Instruction - Interface in org.eclipse.jetty.http3.qpack
 
Instruction.Handler - Interface in org.eclipse.jetty.http3.qpack
A handler for instructions issued by an QpackEncoder or QpackDecoder.

N

NEVER_INDEX - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 

O

onInstructions(List<Instruction>) - Method in interface org.eclipse.jetty.http3.qpack.Instruction.Handler
 
onMetaData(long, MetaData, boolean) - Method in interface org.eclipse.jetty.http3.qpack.QpackDecoder.Handler
 
org.eclipse.jetty.http3.qpack - module org.eclipse.jetty.http3.qpack
 
org.eclipse.jetty.http3.qpack - package org.eclipse.jetty.http3.qpack
 

P

parseInstructions(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Parse instructions from the Encoder stream.
parseInstructions(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Parse instructions from the Decoder stream.

Q

QPACK_DECODER_STREAM_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QPACK_DECOMPRESSION_FAILED - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QPACK_ENCODER_STREAM_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QpackDecoder - Class in org.eclipse.jetty.http3.qpack
 
QpackDecoder(Instruction.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.QpackDecoder
 
QpackDecoder.Handler - Interface in org.eclipse.jetty.http3.qpack
 
QpackEncoder - Class in org.eclipse.jetty.http3.qpack
 
QpackEncoder(Instruction.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.QpackEncoder
 
QpackException - Exception Class in org.eclipse.jetty.http3.qpack
 
QpackException.SessionException - Exception Class in org.eclipse.jetty.http3.qpack
A Session QPACK Exception.
QpackException.StreamException - Exception Class in org.eclipse.jetty.http3.qpack
A Stream QPACK exception.
QpackFieldPreEncoder - Class in org.eclipse.jetty.http3.qpack
 
QpackFieldPreEncoder() - Constructor for class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 

S

SessionException(long, String) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.SessionException
 
SessionException(long, String, Throwable) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.SessionException
 
setMaxBlockedStreams(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxBlockedStreams(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setMaxHeadersSize(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxHeadersSize(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Set the capacity of the DynamicTable and send a instruction to set the capacity on the remote Decoder.
shouldHuffmanEncode(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
shouldIndex(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
streamCancellation(long) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Tells the QpackDecoder that a particular stream has been cancelled.
streamCancellation(long) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Tells the QpackEncoder that a particular stream has been cancelled.
StreamException(long, String) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.StreamException
 
StreamException(long, String, Throwable) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.StreamException
 

T

toString() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
D E G H I N O P Q S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form