Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- AUTHORITY - Static variable in class org.eclipse.jetty.http2.hpack.AuthorityHttpField
- AuthorityHttpField - Class in org.eclipse.jetty.http2.hpack
- AuthorityHttpField(String) - Constructor for class org.eclipse.jetty.http2.hpack.AuthorityHttpField
B
- build() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
C
- checkPseudoHeader(HttpHeader, Object) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- checkSize(int, boolean) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Check that the max size will not be exceeded.
- CompressionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.CompressionException
- CONTENT_LENGTH_0 - Static variable in class org.eclipse.jetty.http2.hpack.HpackDecoder
D
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- decode(ByteBuffer) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- decode(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- decode(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.NBitInteger
E
- emit(HttpField) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- encode(ByteBuffer, byte[]) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- encode(ByteBuffer, int, int) - Static method in class org.eclipse.jetty.http2.hpack.NBitInteger
- encode(ByteBuffer, String) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- encode(ByteBuffer, HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encode(ByteBuffer, MetaData) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encodeLC(ByteBuffer, String) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- 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.HpackEncoder
- getMaxSize() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Get the maxSize.
- getSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- getSize() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Get the size.
- 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
- getStaticValue() - Method in class org.eclipse.jetty.http2.hpack.StaticTableHttpField
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, int) - 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
- HpackEncoder(int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
- HpackEncoder(int, int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
- HpackEncoder(int, int, int) - 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
- Huffman - Class in org.eclipse.jetty.http2.hpack
- Huffman() - Constructor for class org.eclipse.jetty.http2.hpack.Huffman
I
- index(HpackContext.Entry) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- 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
L
- LOG - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
- LOG - Static variable in class org.eclipse.jetty.http2.hpack.HpackDecoder
M
- MetaDataBuilder - Class in org.eclipse.jetty.http2.hpack
- MetaDataBuilder(int) - Constructor for class org.eclipse.jetty.http2.hpack.MetaDataBuilder
N
- NBitInteger - Class in org.eclipse.jetty.http2.hpack
- NBitInteger() - Constructor for class org.eclipse.jetty.http2.hpack.NBitInteger
O
- octectsNeeded(int, int) - Static method in class org.eclipse.jetty.http2.hpack.NBitInteger
- octetsNeeded(byte[]) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- octetsNeeded(String) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- octetsNeededLC(String) - Static method in class org.eclipse.jetty.http2.hpack.Huffman
- 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
- setLocalMaxDynamicTableSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- setLocalMaxDynamicTableSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- setMaxHeaderListSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- setRemoteMaxDynamicTableSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- 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
- StaticTableHttpField - Class in org.eclipse.jetty.http2.hpack
- StaticTableHttpField(String, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.StaticTableHttpField
- StaticTableHttpField(HttpHeader, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.StaticTableHttpField
- StaticTableHttpField(HttpHeader, String, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.StaticTableHttpField
- streamException(String, Object...) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
T
- toASCIIString(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- toString() - Method in class org.eclipse.jetty.http2.hpack.AuthorityHttpField
- 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
- toString() - Method in class org.eclipse.jetty.http2.hpack.StaticTableHttpField
All Classes and Interfaces|All Packages|Serialized Form