private class HpackContext.DynamicTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) HpackContext.Entry[] |
_entries |
(package private) int |
_growby |
(package private) int |
_offset |
(package private) int |
_size |
Modifier | Constructor and Description |
---|---|
private |
DynamicTable(int initCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(HpackContext.Entry entry) |
private void |
evict() |
private void |
evictAll() |
HpackContext.Entry |
get(int index) |
int |
index(HpackContext.Entry entry) |
int |
size() |
HpackContext.Entry[] _entries
int _size
int _offset
int _growby
public void add(HpackContext.Entry entry)
public int index(HpackContext.Entry entry)
public HpackContext.Entry get(int index)
public int size()
private void evict()
private void evictAll()