Uses of Class
org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
-
Packages that use FifoLinkedList.InternalNode Package Description org.apache.hc.core5.http2.hpack HTTP/2 HPACK APIs. -
-
Uses of FifoLinkedList.InternalNode in org.apache.hc.core5.http2.hpack
Fields in org.apache.hc.core5.http2.hpack declared as FifoLinkedList.InternalNode Modifier and Type Field Description private FifoLinkedList.InternalNode
FifoLinkedList. master
private FifoLinkedList.InternalNode
FifoLinkedList.InternalNode. next
private FifoLinkedList.InternalNode
FifoLinkedList.InternalNode. previous
Methods in org.apache.hc.core5.http2.hpack that return FifoLinkedList.InternalNode Modifier and Type Method Description FifoLinkedList.InternalNode
FifoLinkedList. addFirst(HPackHeader header)
FifoLinkedList.InternalNode
FifoLinkedList. removeLast()
Methods in org.apache.hc.core5.http2.hpack with parameters of type FifoLinkedList.InternalNode Modifier and Type Method Description int
FifoLinkedList. getIndex(FifoLinkedList.InternalNode node)
-