Index

A C D E G H I O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 

C

CompressionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.CompressionException
 

D

decode(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
DEFAULT_MAX_TABLE_CAPACITY - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 

E

encode(ByteBuffer, HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
encode(ByteBuffer, MetaData) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
encodeMaxDynamicTableSize(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 

G

get(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(String) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(HttpHeader) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getEncodedField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 
getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getHttpField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getHttpVersion() - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 
getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getStatic(HttpHeader) - Static method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
getTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 

H

HpackContext - Class in org.eclipse.jetty.http2.hpack
HPACK - Header Compression for HTTP/2
HpackContext.Entry - Class in org.eclipse.jetty.http2.hpack
 
HpackContext.StaticEntry - Class in org.eclipse.jetty.http2.hpack
 
HpackDecoder - Class in org.eclipse.jetty.http2.hpack
Hpack Decoder
HpackDecoder(int, LongSupplier) - Constructor for class org.eclipse.jetty.http2.hpack.HpackDecoder
 
HpackEncoder - Class in org.eclipse.jetty.http2.hpack
 
HpackEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
 
HpackException - Exception Class in org.eclipse.jetty.http2.hpack
 
HpackException.CompressionException - Exception Class in org.eclipse.jetty.http2.hpack
 
HpackException.SessionException - Exception Class in org.eclipse.jetty.http2.hpack
A Session HPACK Exception.
HpackException.StreamException - Exception Class in org.eclipse.jetty.http2.hpack
A Stream HPACK exception.
HpackFieldPreEncoder - Class in org.eclipse.jetty.http2.hpack
 
HpackFieldPreEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 

I

index(HpackContext.Entry) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
isRequest() - Method in exception class org.eclipse.jetty.http2.hpack.HpackException.StreamException
 
isResponse() - Method in exception class org.eclipse.jetty.http2.hpack.HpackException.StreamException
 
isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
isValidateEncoding() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 

O

org.eclipse.jetty.http2.hpack - module org.eclipse.jetty.http2.hpack
 
org.eclipse.jetty.http2.hpack - package org.eclipse.jetty.http2.hpack
 

R

resize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 

S

SessionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.SessionException
 
setMaxHeaderListSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
setMaxHeaderListSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
Sets the limit for the capacity of the dynamic header table.
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
Sets the limit for the capacity of the dynamic header table.
setTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
Sets the capacity of the dynamic header table.
setValidateEncoding(boolean) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
size() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
STATIC_SIZE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
STATIC_TABLE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
staticIndex(HttpHeader) - Static method in class org.eclipse.jetty.http2.hpack.HpackContext
 
StreamException(boolean, boolean, String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.StreamException
 
StreamException(Throwable, boolean, boolean, String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.StreamException
 

T

toISO88591String(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
A C D E G H I O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form