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 int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(HpackContext.Entry entry) private void
evict()
private void
evictAll()
get
(int index) int
index
(HpackContext.Entry entry) int
size()
-
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()
-