Package org.eclipse.jetty.http2.hpack
Class HpackContext.DynamicTable
java.lang.Object
org.eclipse.jetty.http2.hpack.HpackContext.DynamicTable
- Enclosing class:
HpackContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HpackContext.Entry[]private final intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(HpackContext.Entry entry) private voidevict()private voidevictAll()get(int index) intindex(HpackContext.Entry entry) intsize()
-
Field Details
-
_entries
-
_growby
private final int _growby -
_size
private int _size -
_offset
private int _offset
-
-
Constructor Details
-
DynamicTable
private DynamicTable(int initCapacity)
-
-
Method Details
-
add
-
index
-
get
-
size
public int size() -
evict
private void evict() -
evictAll
private void evictAll()
-