Package org.apache.hc.core5.http2.hpack
Class FifoBuffer
java.lang.Object
org.apache.hc.core5.http2.hpack.FifoBuffer
-
Field Details
-
array
-
head
private int head -
tail
private int tail
-
-
Constructor Details
-
FifoBuffer
FifoBuffer(int initialCapacity)
-
-
Method Details
-
expand
private void expand() -
clear
public void clear() -
addFirst
-
get
-
getFirst
-
getLast
-
removeLast
-
capacity
public int capacity() -
size
public int size()
-